mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
Use main as default branch
This commit is contained in:
parent
a9557c127e
commit
13fb27218f
1 changed files with 2 additions and 0 deletions
|
|
@ -44,3 +44,5 @@
|
||||||
modified = !git status --porcelain | perl -ne '/^M (.*)/ and print \"$1\\n\"'
|
modified = !git status --porcelain | perl -ne '/^M (.*)/ and print \"$1\\n\"'
|
||||||
conflicts = !git status --porcelain | perl -ne '/^UU (.*)/ and print \"$1\\n\"'
|
conflicts = !git status --porcelain | perl -ne '/^UU (.*)/ and print \"$1\\n\"'
|
||||||
fetch-pr = !git fetch origin pull/${1}/head:pr/${1}
|
fetch-pr = !git fetch origin pull/${1}/head:pr/${1}
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue