vpop N
This commit is contained in:
parent
8ff05cf55b
commit
1a53c87057
3 changed files with 16 additions and 8 deletions
|
@ -70,6 +70,7 @@ checkoutViewBranch view mkbranch = do
|
|||
liftIO . setCurrentDirectory =<< fromRepo Git.repoPath
|
||||
branch <- mkbranch view
|
||||
|
||||
showOutput
|
||||
ok <- inRepo $ Git.Command.runBool
|
||||
[ Param "checkout"
|
||||
, Param (show $ Git.Ref.base branch)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue