Timeline for How can I reorganize others' code shared in source control repository, just for my own purpose?
Current License: CC BY-SA 3.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 26, 2019 at 3:19 | comment | added | Marnen Laibow-Koser | Rebase can be problematic, so you could also maintain the patch set in its own branch and merge it into your working branch as necessary. But that has its own problems. This shouldn’t be impossible with Git, though; it’s similar to what Linux distro maintainers need to do. | |
| Jan 27, 2017 at 4:38 | history | answered | DepressedDaniel | CC BY-SA 3.0 |