On Sat, Mar 07, 2009 at 11:39:07AM -0600, Bo Peng wrote:
> LyX is a totally different story. LyX is a much smaller project. If
> two major features are developed separately, there are high
> probability of conflict.

Did we ever had that situation?

> Subversion does this perfectly because everyone is forced to test
> everyone's patch. What git brings to us in this front, other than
> using two commands instead of one?

function submit {
        git commit -a
        git pull
        git push
}

should come close. Not that it was recommended...

Andre'

Reply via email to