These aliases are configured automatically at the system level when you run the setup command.

  • gsgit status -sb
  • glgit log --oneline --decorate --graph --all -n 20
  • gllgit log --stat
  • gdgit diff --word-diff=color
  • gdsgit diff --staged --word-diff=color
  • gaglinter add
  • gaagit add -A
  • gcglinter commit
  • gcmgit commit -m
  • gcagit commit --amend
  • gcangit commit --amend --no-edit
  • gbgit branch
  • gbagit branch -a
  • gcoglinter switch
  • gcbgit checkout -b
  • gplgit pull
  • gplrgit pull --rebase
  • gpgit push
  • ggpushgit push origin HEAD
  • gpfgit push --force-with-lease
  • gstgit stash
  • gstpgit stash pop
  • gstlgit stash list
  • gclgit clean -fd
  • grhgit reset --hard
  • ggrhglinter reset-hard
  • ggcleangit reset --hard && git clean -fd