Skip to content

Instantly share code, notes, and snippets.

@LiewJunTung
Last active October 1, 2020 02:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LiewJunTung/035136aac33f455d9ad1 to your computer and use it in GitHub Desktop.
Save LiewJunTung/035136aac33f455d9ad1 to your computer and use it in GitHub Desktop.
Useful alias for git
#!/bin/bash
git config --global alias.lg "log --oneline --decorate --all --graph"
git config --global alias.s "status -s"
git config --global pull.rebase true
git config --global rerere.enabled true
git config --global user.name "Liew Jun Tung"
git config --global user.email pandawarrior91@gmail.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment