Skip to content

itsme-rash522/git-cheat-sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git logo

Git Cheat Sheets

Git Documentation

Git Techniques

Top 5 Git Commands by @Sahilandsarra

  • git rebase - Similar to git merge. but this leaves your commit history much clearner.
  • git fetch - Similar to git pull. but this only fetches the changes from the remote server, but does not merge them.
  • git reset - Unstages changes for a specific file.
  • git cherry pick - Apply a specific commit from one branch to another.
  • git stash - Temporarily save changes that are not ready to be committed. This allows you to switch branches without committing.

About

Git cheat sheets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published