commit 882783a6368cd95386e20f569f003f9dfc5376fe
parent aa13b4f8cff17a76585d0c6246acf89e8407187d
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Mon, 2 Dec 2019 12:44:15 -0500
git aliases
Former-commit-id: 149566114a4cfc3d5624dad59c6049b9b4fba6af
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/git/gitconfig b/git/gitconfig
@@ -59,6 +59,8 @@
reignore = "!git rm -r --cached .; git add ."
rb = "rebase --committer-date-is-author-date"
lfs-refs = "!git fetch --all && git log -p --all -S"
+ chp = cherry-pick
+ chpn = cherry-pick --no-commit
la = "!git config -l | grep alias | cut -c 7-"