1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 20:35:11 +01:00
This commit is contained in:
2015-04-30 16:40:12 +02:00
parent 2cfd26be2c
commit abe50677a5

View File

@@ -62,6 +62,7 @@ alias gd='git diff'
alias gc='git commit'
alias gca='git commit -a'
alias gst='git status'
alias gu='git pull --all'
alias gp='git push --all --follow-tags'
# git activity per week day:
# git log --pretty='%at' | while read d; do date -d "@$d"; done | awk '{print $1}' | sort | uniq -c