mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 20:35:11 +01:00
More complete push
This commit is contained in:
@@ -62,7 +62,7 @@ alias gd='git diff'
|
||||
alias gc='git commit'
|
||||
alias gca='git commit -a'
|
||||
alias gst='git status'
|
||||
alias gp='git push'
|
||||
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
|
||||
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