Gnuru.org
Productive Linux


Subscribe

 Subscribe via Feedburner in a reader

Enter your email address:

Delivered by FeedBurner


Login
Login:
Password:



Don't have an account?
Sign up to Gnuru.org
Forgot your password?

Git Push 'Feature'
6 February 2009 @ 22:23 GMT
by Paul

I've been caught by git this a number of times:

The problem here is that git push seems like a natural thing to do but screws up your working directory on the remote side. Mercurial doesn't change the working directory, but neither does it silently rebase it and set you up to undo your changes if you're not careful. The problem here is a lack of safety and a lack of warning.

I like both the solutions presented there. That is, either having a separate branch on the 'server' for incoming or having a bare repository on the 'server'.

Red Hat Certified Technician & Engineer (RHCT and RHCE) Training Guide and Administrator's Reference



Leave a comment:

Are you human?