diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2020-12-07 13:51:39 +0100 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2020-12-07 13:51:39 +0100 |
commit | 4d65daea0bc1bdb52f18bec370887acf978f2f87 (patch) | |
tree | 7de7ec2ceb5e4d23d262de57858e5b6cd3695847 /.config/git/config | |
parent | 5ff1dc226bd33494d1d6695a04ace9031eb99e97 (diff) |
add alias to see branch tracking
Diffstat (limited to '.config/git/config')
-rw-r--r-- | .config/git/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index 0cc4236..589963f 100644 --- a/.config/git/config +++ b/.config/git/config @@ -73,6 +73,7 @@ b = branch br = branch bra = branch --all + brav = branch --all --verbose --verbose co = checkout cob = checkout -b |