git is the biggest piece of shit

Post Reply
thereza
Posts: 138
Joined: Fri Feb 13, 2015 11:49 pm

git is the biggest piece of shit

Post 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.
Lars
Posts: 8
Joined: Mon Feb 09, 2015 8:39 pm

Re: git is the biggest piece of shit

Post 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 ;)
thereza
Posts: 138
Joined: Fri Feb 13, 2015 11:49 pm

Re: git is the biggest piece of shit

Post by thereza »

no, just the gui.
Post Reply