Page 1 of 1

git is the biggest piece of shit

Posted: Sat May 23, 2015 10:03 pm
by thereza
just ranting. been working on a bunch of code changes and tried to publish changes as another user recommended. instead, git decides to revert all the changes i made and delete all the files I added!!

luckily i use dropbox w/ revision history - else i was about to go ballistic.

why git is popular i will never understand.

Re: git is the biggest piece of shit

Posted: Mon May 25, 2015 12:26 am
by Lars
You most probably did not add the new files with "git add ." and thus it didn't take the files into the commit ;)

Re: git is the biggest piece of shit

Posted: Tue May 26, 2015 5:01 am
by thereza
no, just the gui.