]> git.phdru.name Git - dotfiles.git/blobdiff - .gitconfig
.gitconfig: Default branch is `master`
[dotfiles.git] / .gitconfig
index b91ec8dc967666d20dc7d07680cec2248486e713..f03671a01d6c391fef24313993b08e6972caf356 100644 (file)
        sw = show --word-diff --decorate
        unstage = reset HEAD --
 
+       # Github: pull request, Gitlab: merge request
+       mr = "!f() { git fetch ${2:-origin} refs/merge-requests/$1/head:pr/$1 && git checkout pr/$1; }; f"
        pr = "!f() { git fetch ${2:-origin} refs/pull/$1/head:pr/$1 && git checkout pr/$1; }; f"
        clean-pr = "!git checkout master ; git for-each-ref refs/heads/pr/* --format=\"%(refname)\" | while read ref ; do branch=${ref#refs/heads/} ; git branch -D $branch ; done"
 
 [include]
        path = ~/lib/config/git/light_bg
 
+[init]
+       defaultBranch = master
+
 [log]
        abbrevCommit = true
        #mailmap = true