/ghg/ GIT Hate General

Fix your fucking shit, "your code is shite" Torvalds.

Every project in my 5 years as a programmer has been messed up by git.

Why does everyone keep using this? Is there really no better working alternative to this load of hot shit?

Other urls found in this thread:

atlassian.com/git/tutorials/rewriting-history#git-commit--amend
twitter.com/SFWRedditVideos

How did it fuck it up

Well, why don't you start by telling why you hate git? Then we might be able to look at a good alternative for you. Note: not using version control is a bad idea in any serious development job.

I like git, version control is important.

Use TFS if on Windows...or CVS

I use CVS at my work. It's really sad desu :(

Is this because you never once learned it on command line and still rely heavily on broken ass GUI programs that are half assed? Could that be the reason?

Haha, get a real job, loser!

A project cannot "get" messed up by git.
You are just incompetent and never learned git apparently.

is it possible to delete a push

like if i am embarassed by my code so i want to delete that revision i pushed

>Is there really no better working alternative to this load of hot shit?
For a decentralized alternative, there's Mercurial. It's not as popular as git however.
For a centralized alternative, there's Subversion.

>Use TFS if on Windows...or CVS
CVS is trash. I'd rather use SVN over it. Anyways, git on Windows is easy to install and use, so I don't see any point.

Yes if you locally have a git without that commit just git push -f

oops my fault, i meant delete a commit

atlassian.com/git/tutorials/rewriting-history#git-commit--amend

git checkout [branchname]
git reset --hard HEAD^1
git push --force [origin] [branch]

Cool blog post, where can I subscribe?

Jesus Christ stop posting here and kill yourself for the betterment of the species.

>Every project in my 5 years as a programmer has been messed up by git.
That's because you're a dumb nigger.

these posts serve no purpose
why make them
you don't have to make an expression to everything
in fact there was learning about git done in this thread
instead u are just rudeposting

>rudeposting
fuck off to your reddit safespace

It was a long since I have seen the pic last time

im learnin git ur rudeposting
continue on my friendo, you will learn a hard lesson tho

Joke's on you faggot. I'm using git 40+ hours a week for over two years.