Created
December 7, 2012 04:01
-
-
Save patricksimpson/4230674 to your computer and use it in GitHub Desktop.
git tf alias
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias gtfp='git tf pull --rebase' | |
alias gtfc='git tf checkin' | |
alias gtfpc='git tf pull --rebase | git tf checkin' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment