Skip to content

Instantly share code, notes, and snippets.

@bastienff
Last active December 20, 2016 15:14
Show Gist options
  • Save bastienff/4b9c9f740633a7a4aae26594dad2801b to your computer and use it in GitHub Desktop.
Save bastienff/4b9c9f740633a7a4aae26594dad2801b to your computer and use it in GitHub Desktop.
Girt aliases git bash
alias gita='git add .'
alias gitc='git commit -m'
alias gitp='git push -u origin master'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment