Skip to content

Instantly share code, notes, and snippets.

@paprikka
Created October 17, 2012 08:33
Show Gist options
  • Save paprikka/3904426 to your computer and use it in GitHub Desktop.
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
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