git-annex/doc/git-annex-sync/comment_7_8f9a5457020bed293e9a93ccc9461a65._comment

11 lines
382 B
Text
Raw Normal View History

2023-04-19 16:20:26 +00:00
[[!comment format=mdwn
username="joey"
subject="""Re: Sync to remote master?"""
date="2023-04-19T16:17:11Z"
content="""
The push to remote master will typically fail in a non-bare repository
(it is possible to configure one to allow it). The push to synced/master
will then succeed. Then when sync is later run in that repository, it will
merge synced/master into master.
"""]]