Skip to content

Commit

Permalink
fix: improve git changed output
Browse files Browse the repository at this point in the history
  • Loading branch information
cerico committed Apr 30, 2023
1 parent 17689b1 commit 1284836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/gitconfig.j2
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
br = checkout -b
main = ! git checkout main && git pull
remot = remote -v
changed = whatchanged
changed = whatchanged --format=format:'%C(bold blue)%h %C(bold green)(%ar) %C(blue)%an %C(bold yellow)%d %C(red) %s'
last = ! git branch --no-merge main --format='%(HEAD)%(color:yellow)%(refname:short)|%(color:bold green)%(committerdate:relative)|%(color:blue)%(subject)|%(color:reset)' --color=always | column -ts'|' | head -n 10
full = ! git branch --format='%(HEAD)%(color:yellow)%(refname:short)|%(color:bold green)%(committerdate:relative)|%(color:blue)%(subject)|%(color:reset)' --color=always | column -ts'|'
park = ! git add . && git commit -m \"wip: parking this here for now\"
Expand Down

0 comments on commit 1284836

Please sign in to comment.