diff options
author | http://joeyh.name/ <joey@web> | 2013-05-31 21:12:52 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-05-31 21:12:52 +0000 |
commit | 5a19e2601e18141c6a2e150b6af9672efbe7d152 (patch) | |
tree | b3d25d765878163393a3e0cd5b950ef68715d963 /doc/bugs | |
parent | 3ac9b3270c4c1a3f0b902c7fc8835aa240c781f2 (diff) |
Added a comment
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Remotes_only_start_showing_changes_after_both_sides_have_written_to_the_repository/comment_1_92211091daf9827a4ec7e5b5a6769d59._comment | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/Remotes_only_start_showing_changes_after_both_sides_have_written_to_the_repository/comment_1_92211091daf9827a4ec7e5b5a6769d59._comment b/doc/bugs/Remotes_only_start_showing_changes_after_both_sides_have_written_to_the_repository/comment_1_92211091daf9827a4ec7e5b5a6769d59._comment new file mode 100644 index 000000000..0daa25b7f --- /dev/null +++ b/doc/bugs/Remotes_only_start_showing_changes_after_both_sides_have_written_to_the_repository/comment_1_92211091daf9827a4ec7e5b5a6769d59._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 1" + date="2013-05-31T21:12:52Z" + content=""" +How are you creating the repositories? git cannot merge origin/master into master when master does not exist yet. The assistant, when it creates a repository, makes an empty commit, to create the master branch, which should avoid this problem. +"""]] |