Is it possible in git to just push 4 out of 5 commits? -


There are five commitments in my local GIT repo: I want to push 4 commitments from five of the five commitments and the last commitment Is not it possible to move forward?

use Refspec:

  git push generates HEAD ^: master < / Code> 

Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -