The .git folder is not under revision control, so you won't be able to add
the exclude file to your project, let alone push it to the remote. If you
need an ignore file for the entire project, you should put a. gitignore
file in the working directory and commit it like any other file.
On Aug 29, 2012 2:12 PM, "git newbie" <technewbi...@gmail.com> wrote:

>
> Hi,
>
> We have a remote repository that we clone from.  I updated my local
> repository's .git/info/exclude file, but I can't seem to be able to get
> this pushed up to the remote repository.  How do I do this?
>
> Thank you very much
>
>  --
> 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/-/FLuyaKV_35YJ.
> 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.
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
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