# HG changeset patch # User Steve Losh # Date 1607974341 18000 # Node ID 3024550ba049418ca50c3c527e9b1fece0634f64 # Parent 4139b0e71e08050fec67c0b31dde0621538bf650 More diff -r 4139b0e71e08 -r 3024550ba049 gitconfig --- 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