init .config git tracking
This commit is contained in:
commit
114c330966
151 changed files with 4688 additions and 0 deletions
5
config/fish/functions/gbage.fish
Normal file
5
config/fish/functions/gbage.fish
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
function gbage -d "List local branches and display their age"
|
||||
git for-each-ref --sort=committerdate refs/heads/ \
|
||||
--format="%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(contents:subject) - %(authorname) (%(color:green)%(committerdate:relative)%(color:reset))"
|
||||
end
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue