Forgot your password?
typodupeerror

Comment Re:Integrated Systems - no suggestion, just commen (Score 1) 200

>> * Shelving - storage of not-completed changes on the server without checking in. We use it to share
>> suggestions and if we cannot make the daily deadline on consistent check-ins.

> Never used it. Frankly sounds like a hack; why not use a branch?

see git-stash(1). Does exactly that. shelve current work without committing it. I use it every day when somebody wants a bugfix in the branch I am working on, but can't commit yet.

Slashdot Top Deals

(1) Never draw what you can copy. (2) Never copy what you can trace. (3) Never trace what you can cut out and paste down.

Working...