latest 7 messages by gitstar
+
[2016-05-07T22:07:03Z]
gitstar
Is it safe to rebase commits on branch A then merge it back to public master branch where active development happens?
+
[2016-05-06T18:59:57Z]
gitstar
milki, I'm just curious about the point of fetching and not merging all the commits that were fetched
+
[2016-05-06T14:09:27Z]
gitstar
Seveas, but isn't there a way to discard commits that you don't want to merge or cherry-pick from git fetch?
+
[2016-05-06T14:03:26Z]
gitstar
Seveas, let say I don't want to merge them, cause if I do want to merge the whole branch, I might as well use git pull
+
[2016-05-06T14:02:38Z]
gitstar
plus aren't you gonna have a lot of trouble later if you don't match your branch with the upstream master branch?
+
[2016-05-06T14:01:07Z]
gitstar
Seveas, but how about the rest of the commits that weren't merged or cherry-picked? Are they gonna stay on that upstream/master branch or do they go away on the next fetch?
+
[2016-05-06T12:38:06Z]
gitstar
How do I selectively merge commits from git fetch upstream/master?