summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnHRhCe3qwVKQ8_NOGGSYJnAMW6FFyKbOc <Holger@web>2013-07-02 04:12:59 +0000
committerGravatar admin <admin@branchable.com>2013-07-02 04:12:59 +0000
commitddf6117572c73f32d9c7c737ee7e89ac61651f7a (patch)
tree756de8ddfc0fa82036f7a5a4ec99b1b2b8baddac
parent037c8271402f4a974458125f4e0b637835498635 (diff)
-rw-r--r--doc/forum/Is_git-annex_in_a_precarious_state_before_the_initial_commit__63__.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/forum/Is_git-annex_in_a_precarious_state_before_the_initial_commit__63__.mdwn b/doc/forum/Is_git-annex_in_a_precarious_state_before_the_initial_commit__63__.mdwn
index 3399cc44d..4fb3d05af 100644
--- a/doc/forum/Is_git-annex_in_a_precarious_state_before_the_initial_commit__63__.mdwn
+++ b/doc/forum/Is_git-annex_in_a_precarious_state_before_the_initial_commit__63__.mdwn
@@ -13,6 +13,6 @@ Instead, you fool around with git. After all, isn't git designed to keep your da
git checkout git-annex
-This command switches to the branch git-annex and makes a mess in the working directory. And you can't switch back to master since master does not have any commits. Is there are clean way to go back? I tried 'git checkout --orphan master', but the messy files stayed in the working directory. In the meantime, there should probably be a warning on the walkthrough page.
+This command switches to the branch git-annex and makes a mess in the working directory. And you can't switch back to master since master does not have any commits. Is there a clean way to go back? I tried 'git checkout --orphan master', but the messy files stayed in the working directory. In the meantime, there should probably be a warning on the walkthrough page.
I think git / git annex should warn you before switching the branch in this rare situation.