Created
October 17, 2012 08:33
-
-
Save paprikka/3904426 to your computer and use it in GitHub Desktop.
GIT bash config # don't forget to change paths to suit your working environment / OS
This file contains hidden or 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 ls="ls -a --color=always" | |
alias work="cd /d/Work" | |
alias ga="git add ." | |
alias gs="git status" | |
alias gc="git commit -a -m" | |
alias gp="git pull" | |
alias gpp="git push" | |
alias cw="compass watch" | |
alias edit="/c/Program\ Files/Sublime\ Text\ 2/sublime_text.exe" | |
alias explore="explorer " | |
alias pman="cd /d/Work/project_manager/View/Themed/Skin/webroot" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment