[git-users] Identifying user who ran “git reset” command

2015-02-20 Thread Gaurav Chhabra
I came across a problem recently. One of the developers committed some changes in a branch. When he checked the branch log (git checkout branch; git log), the commit (say, *abc*) was showing up but when he checked the log for a file (git log ), which was part of the given commit ( *abc*), the

[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] Git for XCODE lost uncommitted changes

2015-02-20 Thread AJ Manoulian
I have a project in xcode and I did a time machine backup of everything before I did a clean install of the new OS. I had some changes in my project that I hadn't committed to git. When I brought all my files back on to the computer, all those changes seemed to be lost. When I open up the proje

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

2015-02-20 Thread Rainer M Krug
Hi I have two brances, one master and one dev. I have two directories with results (./output and ./cache) from an analysis. As these are quite big files, I do not want to have them in my dev branch, but would like to have them in my master branch, as I have there my different stages og=f the a

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

2015-02-20 Thread Rainer M Krug
Hi I have two brances, one master and one dev. I have two directories with results (./output and ./cache) from an analysis. As these are quite big files, I do not want to have them in my dev branch, but would like to have them in my master branch, as I have there my different stages og=f the a