Displaying 2 results from an estimated 2 matches for "355be17d".
2019 Nov 10
2
Workflow to commit changes using git alone (?)
...is not correct, I would appreciate that you elaborate on the correct one, which is why I opened this subject to begin with.
Thank you very much!
John.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191110/355be17d/attachment.html>
2019 Nov 08
3
Workflow to commit changes using git alone (?)
Hi All,
Ok, just for the matter of providing feedback that may be useful for others, I figured out one way to do it based on the setup that I described earlier. It can be something like this
git checkout patchbranch # checkout to the patch branch, this is the one containing the differential patch code
git checkout -b tmp # checkout to a new tmp branch
git reset —soft master