Skip to content

Instantly share code, notes, and snippets.

@ma3tk
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ma3tk/38cb46ffbde54251f3cd to your computer and use it in GitHub Desktop.
Save ma3tk/38cb46ffbde54251f3cd to your computer and use it in GitHub Desktop.
[alias]
col = checkout @{-1}
> git col
Switched to branch 'develop'
> git col
Switched to branch 'feature/test-abc’
> git col
Switched to branch 'develop'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment