[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: question about git workflow
- From: Kushal Das <kushaldas gmail com>
- To: Development discussions related to Fedora <fedora-devel-list redhat com>
- Subject: Re: question about git workflow
- Date: Tue, 31 Mar 2009 22:29:05 +0530
2009/3/31 Christoph Höger <choeger cs tu-berlin de>:
> 1. clone upstream, create another local branch, work there, and then
> merge that branchs changes via diff?
>
> 2. use <UNKNOWN_GIT_COMMAND> to merge those commits into a single one?
use git-merge --squash
This will get merge the changes but will not commit , so that you can
commit all in one go.
>
> 3. do not use intermdiate local commits (bad idea)
>
Kushal
--
http://fedoraproject.org
http://kushaldas.in
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]