Skip to content

Instantly share code, notes, and snippets.

@zarpelon
Last active July 12, 2022 19:30
Show Gist options
  • Save zarpelon/ff93947084dba2ccb4769eec4dfef9dc to your computer and use it in GitHub Desktop.
Save zarpelon/ff93947084dba2ccb4769eec4dfef9dc to your computer and use it in GitHub Desktop.
Git-aliases
git config --global alias.st status
git config --global alias.ci commit
git config --global alias.co checkout
git config --global alias.br branch
git config --global alias.pom = push origin master
git config --global alias.plom = pull origin master
git config --global color.ui auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment