Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re: Git sucks (Score 1) 114

It is not unusual for the production branch to be locked down for only release management to update. In that case there was probably a development branch he should have pushed his changes to. One of the wonderful things about git is that you can pull down a copy of the development branch into another directory and update it with your changes.

Slashdot Top Deals

"Today's robots are very primitive, capable of understanding only a few simple instructions such as 'go left', 'go right', and 'build car'." --John Sladek

Working...