git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Git workflow
@ 2008-03-10 12:37 Peter Gordon
  2008-03-11  1:58 ` Thomas Harning
  2008-03-11  5:15 ` Junio C Hamano
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Gordon @ 2008-03-10 12:37 UTC (permalink / raw)
  To: git

Hi.

There are a number of us working on a project. We each have a HEAD, and
work on branches, using git-checkout -b MyPatch. When we have finished
working on the branch, we move back to the HEAD, with 
git-checkout master, do a 
git-pull
and then git-cherry-pick sha1.....

I have two questions. 

1) Is this the normal way to work with git.

2) Also, we sometimes get a log of 
Merge branch 'master' of git://sgit/MyProject which has no commits. Why
does this happen?

Thanks,

Peter

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

end of thread, other threads:[~2008-03-11  5:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-10 12:37 Git workflow Peter Gordon
2008-03-11  1:58 ` Thomas Harning
2008-03-11  5:15 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).