From 91e5753307bb33ee27f7faf48de635298f19cf75 Mon Sep 17 00:00:00 2001 From: "chris.forum.email@596f849a9d27c1f0bcdd653d1d2dc992f21ce603" Date: Sat, 27 Jun 2015 11:23:05 +0000 Subject: [PATCH] Added a comment --- ..._3f2556b0a0cd8b7523aed1bea1be8484._comment | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 doc/forum/Adding_normal___40__non-annexed__41___files_in_Windows/comment_2_3f2556b0a0cd8b7523aed1bea1be8484._comment diff --git a/doc/forum/Adding_normal___40__non-annexed__41___files_in_Windows/comment_2_3f2556b0a0cd8b7523aed1bea1be8484._comment b/doc/forum/Adding_normal___40__non-annexed__41___files_in_Windows/comment_2_3f2556b0a0cd8b7523aed1bea1be8484._comment new file mode 100644 index 0000000000..96bc4f42b7 --- /dev/null +++ b/doc/forum/Adding_normal___40__non-annexed__41___files_in_Windows/comment_2_3f2556b0a0cd8b7523aed1bea1be8484._comment @@ -0,0 +1,29 @@ +[[!comment format=mdwn + username="chris.forum.email@596f849a9d27c1f0bcdd653d1d2dc992f21ce603" + nickname="chris.forum.email" + subject="comment 2" + date="2015-06-27T11:23:05Z" + content=""" +if I use `git annex proxy` I can't see the changes: + + C:\Users\Chris\Projects\testing>git annex proxy -- git status + On branch annex/direct/master + nothing to commit, working directory clean + +and I noticed that I'm on a branch called `annex/direct/master`, not the `master` I'd expect... + +if I use `git -c core.bare=false`, I get the normal output: + + C:\Users\Chris\Projects\testing>git -c core.bare=false status + On branch annex/direct/master + Untracked files: + (use \"git add ...\" to include in what will be committed) + + test.txt + + nothing added to commit but untracked files present (use \"git add\" to track) + +but I'm still on a \"wrong\" branch? what is this `annex/direct/master` branch and am I supposed to commit and push this branch? + +Thanks, Chris +"""]]