Git development
 help / color / mirror / Atom feed
* GIT commit strategy
@ 2011-08-16 16:17 Vadim K.
  2011-08-16 16:46 ` Michael Witten
  0 siblings, 1 reply; 2+ messages in thread
From: Vadim K. @ 2011-08-16 16:17 UTC (permalink / raw)
  To: git

Hello all,

    Imagine developer A has changed files f1 and f2, then made commit and 
push to the server
    Developer B has changed files f2 and f3 and made local commit.

    Next B wants to publish changes to the server and make pull to resolve 
conflicts at f2.  After pulling from the server it has all 3 files - f1, f2 
and f3 to commit before push. But B did not changed f1 and actually can 
"ban" this change if he commits only f2 and f3 - files that were changed by 
him. In latter case after pushing to the server GIT will restore previous 
version of the f1, even if it has more recent one !! It does not seem to be 
very logical.

    Question: is it possible to show to the developer only files, that he 
changes? Like in SVN - after updating from the server developer must resolve 
conflicts (if any) and only commits changes that he has made. By the way - 
in a case of non-conflicting files (let me say A changes f1, B changes f2) 
GIT makes commit automatically and does not show to the B, that f1 was 
changed and need to be re-commited. B only need to push the change back.

Thank you,

Vadim. 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-16 16:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-16 16:17 GIT commit strategy Vadim K.
2011-08-16 16:46 ` Michael Witten

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox