View .bash_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) |