]>
Commit | Line | Data |
---|---|---|
1 | [user] | |
2 | email = git@sev.monster | |
3 | name = sev | |
4 | ||
5 | [alias] | |
6 | push-all = !git remote | xargs -n1 git push | |
7 | submodules-pull = submodule foreach git pull origin master | |
8 | pr = "!f() { git fetch -fu ${2:-origin} refs/pull/$1/head:pr/$1 && git checkout pr/$1; }; f" | |
9 | tree = log --oneline --graph --branches --color | |
10 | search = !git rev-list --all | xargs -I '{}' git ls-tree -r --full-name --format='%(objectmode) %(objecttype) %(objectname) {}%x09%(path)' '{}' | grep | |
11 | ||
12 | [init] | |
13 | defaultBranch = master | |
14 | [pull] | |
15 | ff = only | |
16 | ||
17 | [include] | |
18 | path = config.local |