Push all commits up to a specific commit
I have 10 local commits. I want to keep the last 3 commits locally and push the first 7 commits. It seems that gitkraken has no option for it.
Comments: 2
Oldest
•
Newest
•
Most likes
•
Fewest likes
-
26 Sep, '22
Joey KelroyHello Felipe, you can already do this within GitKraken. To only push specific commits while leaving a few other locally, you can:
- Create a new branch at the commit you would like to push. This can be done by right-clicking the commit > create branch here
- Right-click that new branch > Set Upstream
- Push this new branch
Does this help?