mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 21:45:10 +01:00
Merge branch 'master' of github.com:aquatix/dotfiles
This commit is contained in:
@@ -63,8 +63,9 @@ alias gc='git commit'
|
||||
alias gca='git commit -a'
|
||||
alias gl='git log'
|
||||
alias gst='git status'
|
||||
alias gu='git pull --all'
|
||||
alias gt='git tag|less'
|
||||
alias gp='git push --all --follow-tags'
|
||||
alias gu='git pull --all'
|
||||
# git activity per week day:
|
||||
# git log --pretty='%at' | while read d; do date -d "@$d"; done | awk '{print $1}' | sort | uniq -c
|
||||
alias gad='git log --pretty='"'"'%at'"'"' | while read d; do date -d "@$d"; done | awk '"'"'{print $1}'"'"' | sort | uniq -c'
|
||||
|
||||
Reference in New Issue
Block a user