Skip to content

Instantly share code, notes, and snippets.

@wastefulox
Created December 4, 2018 17:56
Show Gist options
  • Save wastefulox/0bf76375e9fbf51d1de64871d49ba924 to your computer and use it in GitHub Desktop.
Save wastefulox/0bf76375e9fbf51d1de64871d49ba924 to your computer and use it in GitHub Desktop.
git aliases
git config --global alias.st status
git config --global alias.co checkout
git config --global alias.ci commit
git config --global alias.br branch
git config --global alias.df diff
git config --global alias.dfs "diff --staged"
git config --global alias.logg "log --graph --oneline --decorate --abbrev-commit --all"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment