Skip to content

Instantly share code, notes, and snippets.

@jez321
Last active June 10, 2020 02:45
Show Gist options
  • Save jez321/56a0475636a162f947d0a9fa90aa594c to your computer and use it in GitHub Desktop.
Save jez321/56a0475636a162f947d0a9fa90aa594c to your computer and use it in GitHub Desktop.
Git aliases
git config --global alias.nb 'checkout -b'
git config --global alias.pom 'pull origin master'
git config --global alias.pob 'push origin HEAD'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment