3024550ba049

More
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 14 Dec 2020 14:32:21 -0500
parents 4139b0e71e08
children db7650d6c3a4 7fb76a5b73fc
branches/tags (none)
files gitconfig

Changes

--- a/gitconfig	Sat Dec 12 18:41:09 2020 -0500
+++ b/gitconfig	Mon Dec 14 14:32:21 2020 -0500
@@ -81,6 +81,7 @@
 
     fuu = "!sh -c 'git fu && git uu' -"
     fuo = "!sh -c 'git fo && git uo' -"
+    fuom = "!sh -c 'git co master && git fo && git uo' -"
 
     addremove = !git add . && git add -u
     addrem = !git addremove