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
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) |