git rebase
- Similar togit merge
. but this leaves your commit history much clearner.git fetch
- Similar togit 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.
-
Notifications
You must be signed in to change notification settings - Fork 0
itsme-rash522/git-cheat-sheet
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Git cheat sheets.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published