i have scenario added bunch of *.extensions git ignore. committed , pushed master. particular local branch works charm , don't see of untracked files. meaning .gitignore file works me. rest of users of particular repo not able see this. understanding ny change made file , pushed master under git, reflects everybody, assuming else fine, git ignore should have worked. ideas how can make others avail of .gitignore files add??
regards 0x6d6e
just because have pushed central git repository doesn't mean others see it. have git pull changes down in order .gitignore file -- until they won't see of changes. plus, have added git add before .gitignore pulled down still show in index , therefore git status still show them.
Comments
Post a Comment