Skip to content

Instantly share code, notes, and snippets.

@RenzoTejada
Created February 4, 2020 14:30
Show Gist options
  • Save RenzoTejada/5e1bed72cdcaabf7929ce13af45463a7 to your computer and use it in GitHub Desktop.
Save RenzoTejada/5e1bed72cdcaabf7929ce13af45463a7 to your computer and use it in GitHub Desktop.
Comandos de git alias
git config --global alias.ck checkout
git config --global alias.br branch
git config --global alias.cm commit
git config --global alias.st status
git config --global alias.up "push origin"
git config --global alias.down "pull origin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment