Re: [git-users] how to push changes to .git/info/exclude

2012-08-30 Thread Łukasz Siwiński
More informations on ignoring files can be found here
https://help.github.com/articles/ignoring-files

Pozdrawiam,

-- 
Łukasz Siwiński
http://siwinski.info

Wysłano z telefonu
30-08-2012 11:28, "Konstantin Khomoutov" 
napisał(a):

> On Wed, 29 Aug 2012 14:23:53 -0500
> Ryan Hodson  wrote:
>
> > 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.
>
> The file should be named ".gitignore", just to be precise.
>
> --
> 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.
>
>

-- 
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.



Re: [git-users] how to push changes to .git/info/exclude

2012-08-30 Thread Konstantin Khomoutov
On Wed, 29 Aug 2012 14:23:53 -0500
Ryan Hodson  wrote:

> 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.

The file should be named ".gitignore", just to be precise.

-- 
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.



Re: [git-users] how to push changes to .git/info/exclude

2012-08-29 Thread Ryan Hodson
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"  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.



[git-users] how to push changes to .git/info/exclude

2012-08-29 Thread git newbie

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.