|
|
|
|
|
by DangitBobby
1772 days ago
|
|
> "git pulll --rebase" will not ever rewrite history from the origin repository. It will only ever modify your local unpublished commits to account for new commits from the origin branch. After reading more about it, you are right about that. It will only apply your commits to the tip of remote. |
|