Thread (1 message) 1 message, 1 author, 2016-06-15

Re: Using git to track my PhD thesis, couple of questions

From: Matthieu Moy <hidden>
Date: 2016-06-15 22:47:19

Paolo Bonzini [off-list ref] writes:
You can also merge from the master to your working branch after every
merge --squash.
Yes, good point. I didn't think of this, but it works because ...
   ... work on local ...
   git commit
   ... work on local ...
   git commit

   git checkout master
   git merge --squash local; git commit -m'day 1'
... this should fast-forward, so get the same tree as in branch
'local' and ...
   git checkout local
   git merge master
... then this is a merge of two identical trees, so it's trivial.

-- 
Matthieu
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help