All of lore.kernel.org
 help / color / mirror / Atom feed
* GIT workflow
@ 2013-11-10 17:01 Vladimir 'φ-coder/phcoder' Serbinenko
  2013-11-14 13:20 ` Mikko Rantalainen
  0 siblings, 1 reply; 9+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2013-11-10 17:01 UTC (permalink / raw)
  To: The development of GRUB 2

[-- Attachment #1: Type: text/plain, Size: 547 bytes --]

Hello, all. We've switched to git some time ago, now we should have some
kind of workflow documents. In particular I think of following points:
- Developpers with commit access can create branches as they see fit as
long as it's prefixed by their name and they don't do sth nasty like
storing binary or unrelated files.
- When committing bigger work should we merge or squash? I think that
squash should be possible if developper desires. Is there any reason to
use merges?
- Which commits should we sign? All? Some? Official releases?


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 291 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread
* 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; 9+ 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] 9+ messages in thread

end of thread, other threads:[~2013-12-03 12:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-10 17:01 GIT workflow Vladimir 'φ-coder/phcoder' Serbinenko
2013-11-14 13:20 ` Mikko Rantalainen
2013-11-25 18:26   ` Andrey Borzenkov
2013-11-28  6:45     ` Vladimir 'phcoder' Serbinenko
2013-11-28 17:26       ` Andrey Borzenkov
2013-12-03 12:24         ` Colin Watson
  -- strict thread matches above, loose matches on Subject: below --
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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.