Home - rajendrapenumalli/GitNotes GitHub Wiki

  1. Git Basics git_upstream_original_repo.png
  2. Git Commands
  3. Git Scenarios
  4. Repository Trasportation Protocols:
    • https
    • ssh
  5. Git diff
    • between working directory and staging(or indxed fiels)
    • between staging and local repo
  6. Git blame
  7. git pull
  8. git fetch
  9. git clone
  10. git rebase
  11. git squash commit
  12. git branches
    • master branch
    • feature branch
    • bugfix branch
  13. git tags
  14. builtin git gui client: gitk

Some Important Differances

  1. pull vs fetch
  2. pull vs clone
  3. fetch vs clone
  4. pull vs fork

References:

  1. https://git-scm.com/downloads
  2. https://git-scm.com/
  3. https://www.maxoberberger.net/media/cheatsheet/git-cheatsheet-visual.pdf
  4. https://services.github.com/on-demand/downloads/github-git-cheat-sheet.pdf
  5. https://worknme.wordpress.com/2017/04/03/git-notes-4-commands-list/
  6. http://swcarpentry.github.io/git-novice/
  7. https://www.bogotobogo.com/DevOps/SCM/Git/Git_GitHub_quick_command_reference_wiki_cheat_sheet.php