Skip to content

Instantly share code, notes, and snippets.

@rolka
Created October 11, 2013 18:14
Show Gist options
  • Select an option

  • Save rolka/6939489 to your computer and use it in GitHub Desktop.

Select an option

Save rolka/6939489 to your computer and use it in GitHub Desktop.
GIT: create git alias
$ git config --global alias.st status
$ git config --global alias.ci 'commit -v'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment