X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_gitconfig;h=4ec2ab0af7206b7f03054c97e90e8e9f4e88109c;hb=ef68f6d3f4ac731c93d98437968afc459e6ac3c1;hp=bac2cb22347c6929a0a2d269338040567b43c45b;hpb=9eb2399524e12921ef46df5b15d39651b4eb7335;p=sugar.git diff --git a/dot-files/_gitconfig b/dot-files/_gitconfig index bac2cb2..4ec2ab0 100644 --- a/dot-files/_gitconfig +++ b/dot-files/_gitconfig @@ -18,5 +18,10 @@ sh = show st = status gl = log --stat --graph + pullall = "!f(){ git pull \"$@\" && git submodule update --init --recursive; }; f" + review = "!f(){ git push origin HEAD:refs/for/${1-master}; }; f" + draft = "!f(){ git push origin HEAD:refs/drafts/${1-master}; }; f" [push] default = simple +[pull] + rebase = true