Good day!

I need excludesfile for a specific branch.

$ git config --local branch.master.excludesfile
+info/exclude_public
$ ls .git/info/
exclude  exclude_public  refs
$ cat .git/info/exclude_public
TODO.txt
$ git status
# On branch master
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#       .gitignore
*#       TODO.txt*
nothing added to commit but untracked files present (use "git add" to track)

Does excludesfile work properly on Windows 7? What am I doing wrong?

Regards,
  Alex

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/FQhtosxHY-4J.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to