Skip to content

Instantly share code, notes, and snippets.

@daviddmr
Created December 29, 2016 18:51
Show Gist options
  • Select an option

  • Save daviddmr/229e8e6c4ae42ce3d2178d88025bd536 to your computer and use it in GitHub Desktop.

Select an option

Save daviddmr/229e8e6c4ae42ce3d2178d88025bd536 to your computer and use it in GitHub Desktop.
# In the windows, create a file with name .bashrc in user home "C:/User/userName/ and include this script
alias less='less -r'
# --show-control-chars: help showing Korean or accented characters
alias ls='ls -F --color --show-control-chars'
alias ll='ls -l'
alias gs='git status '
alias ga='git add '
alias gb='git branch '
alias gc='git commit'
alias gd='git diff'
alias go='git checkout '
alias gk='gitk --all&'
alias gx='gitx --all'
alias got='git '
alias get='git '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment