]>
Commit | Line | Data |
---|---|---|
f3307e88 | 1 | [user] |
2 | email = git@ds6.pw | |
3 | name = ds6 | |
ed6279d1 | 4 | |
b83f0658 | 5 | [alias] |
c9c531f2 | 6 | pushall = !git remote | tr -s '\\n' '\\0' | xargs -0 -P3 git push |
891c15b0 | 7 | pull-submodules = submodule foreach git pull origin master |