]> git.sev.monster Git - dotfiles.git/blobdiff - base/.gitconfig
actually set PINENTRY_USER_DATA, fix invocation
[dotfiles.git] / base / .gitconfig
index a2804ded980a8ef3d389e217325084bd27db0856..5ed2164e109f1473df105298d4f4e1ee9f02f179 100644 (file)
@@ -5,3 +5,6 @@
 [alias]
        push-all = !git remote | xargs -n1 git push
        submodules-pull = submodule foreach git pull origin master
+       pr = "!f() { git fetch -fu ${2:-origin} refs/pull/$1/head:pr/$1 && git checkout pr/$1; }; f"
+[pull]
+       ff = only
This page took 0.040156 seconds and 4 git commands to generate.