Skip to content

Instantly share code, notes, and snippets.

@hkusoft
Last active July 6, 2021 10:03
Show Gist options
  • Save hkusoft/6ccbdb2949bc0768c8551682cff248b8 to your computer and use it in GitHub Desktop.
Save hkusoft/6ccbdb2949bc0768c8551682cff248b8 to your computer and use it in GitHub Desktop.
Git Alais for JustType App
We can make this file beautiful and searchable if this error is corrected: Illegal quoting in line 6.
ShortCode,FullStringCode
gb , git branch\n
gc , git checkout
gl , git log --oneline\n
gd , git diff
gm , git commit -m ""
gs , git status\n
gaa , git add .\n
gam , git commit -am ""
g2- , git checkout -
g2d , git checkout develop
gpl , git pull\n
gps , git push\n
gpd , git push origin develop
gpm , git push origin master
gra , git reabse --abort
grc , git reabse --continue
grd , git rebase develop
grh , git reset --hard
grs , git reset --soft
grb , git checkout develop && git pull && git checkout - && git rebase develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment