| Json | Csv |
| ShortCode | FullStringCode | Description |
|---|---|---|
| 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 |