On 07/03/13 16:33, Daniel Juyung Seo wrote:
> Hello all, this is Daniel Juyung Seo.
> As we made the same mistakes again and again, I remind you guys to
> rebase your commits before you push.
> This is relevant to *COMMITTERS* not contributors.
> 
> As a result of our heavy discussion on the mailing list, we decided to
> use "rebase" not "merge".
> This can be changed later but this is what we decided as of now.
> Of course, "merge" is needed to merge the topic branch to master but
> in most of situations we agreed to use "rebase".
> So please call "git pull --rebase" before you "git push".
> I repeat.
> 
> GIT PULL --REBASE before GIT PUSH.

Or, if you're forgetful and would like this to be the default in a repo do:

git config branch.master.rebase true

You can also make this configuration globally (beware - this now applies
to all git repositories you access):

git config --global branch.master.rebase true


Regards,
Daniel

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to