Skip to content

Instantly share code, notes, and snippets.

@matias-eduardo
Last active August 28, 2016 20:56
Show Gist options
  • Select an option

  • Save matias-eduardo/dc590f214ca4242aa8a0 to your computer and use it in GitHub Desktop.

Select an option

Save matias-eduardo/dc590f214ca4242aa8a0 to your computer and use it in GitHub Desktop.
Github aliases - Keeping it simple
alias gs='git status '
alias ga='git add . '
alias gc='git commit -m '
alias gp='git push '
alias ac='git add . && git commit -m '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment