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 -

python - Calculate STD manually using Groupby Pandas DataFrame -

java - @PluginTarget(Node.class) not registering as neo4j plugin -