citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit 113e7947455824ebc402be1856326c17c05e63fc
parent b3e1e79b468de4b4c930356eabca388bdcc6ed99
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 13 Nov 2020 06:20:58 -0800

fuzz/git: add initial git branch command

Diffstat:
Mdotfiles/.gitconfig | 1+
Mdotfiles/commands | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dotfiles/.gitconfig b/dotfiles/.gitconfig @@ -31,6 +31,7 @@ recentrepo = /Users/jb55/src/js/titania [alias] a = add + b = branch au = add -u f = fetch -p br = symbolic-ref --short HEAD diff --git a/dotfiles/commands b/dotfiles/commands @@ -11,3 +11,4 @@ Ss systemd start fuzz-systemd-start SS systemd stop fuzz-systemd-stop h run fuzz hist fuzz-run-hist tj tag jump fuzz-tag-jump +gb git branches echo git-bvr