This commit is contained in:
Rahsheen Porter 2024-02-25 18:38:48 -05:00
parent 2cb34c3868
commit 91512247f1
9 changed files with 42 additions and 13 deletions

View file

@ -6,5 +6,7 @@
co = checkout
ph = push -u origin HEAD
ff = pull --ff-only
stashgrep = "!f() { for i in `git stash list --format=\"%gd\"` ; \
do git stash show -p $i | grep -H --label=\"$i\" \"$@\" ; done ; }; f"
[core]
excludesFile = ~/.config/git/ignore