bruh...
This commit is contained in:
parent
2cb34c3868
commit
91512247f1
9 changed files with 42 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue