Y
Hacker News
new
|
ask
|
show
|
jobs
by
kovetskiy
3617 days ago
git subtree have one bis disadvantage, git log will look like a hell, because all subtrees' commits also will be shown.
1 comments
shabbyrobe
3617 days ago
Unless you use --squash, but you have to remember to pass it.
link
waxjar
3617 days ago
I found that this makes rebasing a feature branch really difficult. The alternative is not much better.
link