Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View ambroiseRabier's full-sized avatar

Ambroise Rabier ambroiseRabier

View GitHub Profile
export HISTTIMEFORMAT="%d/%m/%y %T "
alias gs='git status'
alias gsc='clear && git status'
alias glns='git log --name-status'
alias gpullos='git pull origin $(git rev-parse --abbrev-ref HEAD)' # s for self
alias gpushos='git push origin $(git rev-parse --abbrev-ref HEAD)' # s for self
alias gitfuckit='git checkout -- . && git clean -fd'
# find big files in dir (-h for human readable)