Created
January 18, 2012 10:43
-
-
Save sleeptillseven/1632390 to your computer and use it in GitHub Desktop.
aliases for git console on windows
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 dir="ls -lsha" | |
alias gs="git status" | |
alias gsv="git status -v" | |
alias gl="git log" | |
alias gc="git commit -v" | |
alias gd="git diff -v" | |
alias gp="git push -u origin" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment