commit 9235ad1df7540456fb4cd3acf222568b629818e8
parent 3f701acb8dbfe4295002e036f6b32a67717abd28
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Sun, 5 Apr 2020 21:33:24 +0200
git aliases
Former-commit-id: 8e2ff9e33f43ce1e68ee3b0bf8004a29fe04313f
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/git/gitconfig b/git/gitconfig
@@ -27,6 +27,7 @@
a = add
ap = add -p
af = "!git ls-files -m -o --exclude-standard | fzf --print0 -m --reverse --height=20% | xargs -0 -t -o git add"
+ fa = af
fzf = "!git ls-files -mo --exclude-standard | fzf -m --reverse --height=20%"
c = commit
@@ -47,6 +48,7 @@
diffs = "diff --staged"
changes = diff --summary --stat
+ changess = changes --staged
mergetest = merge --no-commit
testmerge = mergetest
mno = merge --no-ff
@@ -67,6 +69,7 @@
chpn = cherry-pick --no-commit
la = "!git config -l | grep alias | cut -c 7-"
+ rv = remote -v
subget = submodule update --init
subdate = submodule update --remote