Changes
Page history
Documentation update
authored
Aug 27, 2024
by
Shuvra S. Bhattacharyya
Show whitespace changes
Inline
Side-by-side
instructional/Git-Resources.md
View page @
82f48df0
...
@@ -3,5 +3,9 @@ Some resources that provide useful background and reference material for learnin
...
@@ -3,5 +3,9 @@ Some resources that provide useful background and reference material for learnin
*
[
An introductory Tutorial
](
https://git-lectures.github.io/
)
*
[
An introductory Tutorial
](
https://git-lectures.github.io/
)
*
[
Resolving merge conflicts
](
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line
)
*
[
Resolving merge conflicts from the command line
](
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line
)
*
[
Pro Git book
](
https://git-scm.com/book/en/v2
)
*
[
Useful git log commands
](
https://www.thegeekstuff.com/2014/04/git-log/
)