Aliases - GradedJestRisk/git-training GitHub Wiki
List:
- fetch (all): gfa
git fetch --all --prune
- show tree : glola
git log --graph --all --decorate --oneline
- checkout master: gcm
git checkout master
- push a new branch: gpsup
git push --set-upstream origin $(git_current_branch)
- push force with lease: gpf
git push --force-with-lease
- :