File tree 3 files changed +211
-249
lines changed
3 files changed +211
-249
lines changed Original file line number Diff line number Diff line change 13
13
pull = pull --ff-only
14
14
cor = !git for-each-ref --sort=-committerdate --format='%(refname:short) (%(committerdate:relative))' refs/heads | fzf --reverse --height 35% --nth 1 | awk '{print $1}' | xargs git checkout
15
15
cleanup = !git branch --merged origin/dev | grep -v 'dev$' | xargs git branch -d
16
+ sh = "!f() { root=$(pwd)/ && cd ${root%%/.git/*} && git rev-parse && exec \"$@\"; }; f"
16
17
[protocol]
17
18
version = 2
18
19
[gpg]
45
46
conflictstyle = diff3
46
47
[push]
47
48
autoSetupRemote = true
49
+ [credential "https://github.com"]
50
+ helper =
51
+ helper = !/opt/homebrew/bin/gh auth git-credential
52
+ [credential "https://gist.github.com"]
53
+ helper =
54
+ helper = !/opt/homebrew/bin/gh auth git-credential
You can’t perform that action at this time.
0 commit comments