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 -

c++ - Qt-how to convert a QByteArray to struct -

c# - How to know the number of Threads created and limit the Tasks accordingly -