I have craeted some advanced comments in github.
The comments are:
- git diff- to find diff between 2 commits
- git log- info about commit
- git clone-
- git fork - make the copy of the rep to another
- git pull - after the changes to get the repositiory
- git push - to convert local to remote
- git blame - find the commite or changes done by whome
- git merge conflict - only through manual it will be rectified and it is a file used by many people
- git branch - git checkout -b new_branch-creating new branch and converting
- git merge new_branch
The sample images are: