Last Updated: February 25, 2016
·
2.561K
· jodosha

Git: selective push to remote

If you want to push all the commits in your local branch, but exclude the last 3:

git push origin cool-feature~3:cool-feature