I use code that does not use SCM + and receive periodic updates in the form of all project files, although only some of them have been changed only a little. So far, I just made my changes to the git repository and resolved these “updates” using the git add -p manual session, which is becoming more and more annoying with the volume of my own changes (those that are not yet defined), and, fortunately, I made a git commit --author "the others" for the above "patches", I would like to know:
How will all commits made by one author be split into a new branch?
(I do not mind rewriting the story in this case, the repo is only used by me)
An ideal solution would be to merge another branch into the mine after each “patch”, but for now, the final merge at the end may be sufficient.
+ yes, the Jedi really felt like you cringed there
git git-rebase version-control branch
Tobias Kienzler
source share