summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar chris.forum.email@596f849a9d27c1f0bcdd653d1d2dc992f21ce603 <chrisforumemail@web>2015-06-27 11:23:05 +0000
committerGravatar admin <admin@branchable.com>2015-06-27 11:23:05 +0000
commit8a79aeb711ee244ad3bba66e70019e398e69906c (patch)
treea1cde1fe867fc6360366188bb59ec87f34dfc0e1
parent1b49fcd896f103c7eb014556570077b8ae4ff7ff (diff)
Added a comment
-rw-r--r--doc/forum/Adding_normal___40__non-annexed__41___files_in_Windows/comment_2_3f2556b0a0cd8b7523aed1bea1be8484._comment29
1 files changed, 29 insertions, 0 deletions
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 000000000..96bc4f42b
--- /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 <file>...\" 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
+"""]]