sync: New command that synchronises the local repository and default remote, by running git commit, pull, and push for you.
This commit is contained in:
parent
4b3c4c0c2b
commit
fb8231f3a1
4 changed files with 80 additions and 1 deletions
|
@ -47,6 +47,7 @@ import qualified Command.Trust
|
|||
import qualified Command.Untrust
|
||||
import qualified Command.Semitrust
|
||||
import qualified Command.Dead
|
||||
import qualified Command.Sync
|
||||
import qualified Command.AddUrl
|
||||
import qualified Command.Map
|
||||
import qualified Command.Upgrade
|
||||
|
@ -61,6 +62,8 @@ cmds = concat
|
|||
, Command.Copy.def
|
||||
, Command.Unlock.def
|
||||
, Command.Lock.def
|
||||
, Command.Sync.def
|
||||
, Command.AddUrl.def
|
||||
, Command.Init.def
|
||||
, Command.Describe.def
|
||||
, Command.InitRemote.def
|
||||
|
@ -72,7 +75,6 @@ cmds = concat
|
|||
, Command.Untrust.def
|
||||
, Command.Semitrust.def
|
||||
, Command.Dead.def
|
||||
, Command.AddUrl.def
|
||||
, Command.FromKey.def
|
||||
, Command.DropKey.def
|
||||
, Command.Fix.def
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue