improve post-upgrade push instructions
This commit is contained in:
parent
7ee636f6dd
commit
068703c405
3 changed files with 14 additions and 6 deletions
|
@ -50,6 +50,11 @@ upgrade = do
|
|||
liftIO $ do
|
||||
Git.run g "rm" [Param "-r", Param "-f", Param "-q", File olddir]
|
||||
gitAttributesUnWrite g
|
||||
|
||||
showLongNote $
|
||||
"git-annex branch created\n" ++
|
||||
"Now you should push the new branch: git push origin git-annex"
|
||||
|
||||
return True
|
||||
|
||||
locationLogs :: Git.Repo -> Annex [(Key, FilePath)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue