]> git.donarmstrong.com Git - git.git/blobdiff - .gitconfig
set default branch to main
[git.git] / .gitconfig
index 7490af0874099fa299f363361e5c5be9cdfd3125..ec01bae3d9bd28be49b04198877afbe26bf79180 100644 (file)
 [filter "xoj"]
       clean = "gzip -dc"
       smudge = "gzip -c"
+      required
 [diff "gnucash"]
       textconv = gzip -dc
 [filter "gnucash"]
       clean = "gzip -dc"
       smudge = "gzip -c"
+[diff "odf"]
+    textconv=odt2txt
+[filter "odf"]
+      clean=""
+[rere]
+       enabled = true
+[alias]
+       clone-branches = "! git branch -a | sed -n \"/\\/HEAD /d; /\\/master$/d; /remotes/p;\" | xargs -L1 git checkout -t"
+
+[alias]
+    pushall = "!git remote |xargs -L1 git push --all"
+[pull]
+       rebase = true
+[init]
+       defaultBranch = main