[git-users] Untracked local files are being deleted on remote repo when pushing changes to it

2015-02-20 Thread david . c
Hi guys, I'm having an issue. I tried to sketch it in an image: So the issue is that files I no longer want to track on my local branches are being deleted on my remote repo (origin). Any

[git-users] Re: Folder not under version control but changing upon change of branch?

2015-02-23 Thread david . c
It might be an idea to not store them in any of your branches. Meaning the files are untracked in neither of your branches. (using git rm --cached FILENAMES) This way when checking out master or dev the files are always there and will never be overwritten in any case because they belong to neith