Skip to Content

Git push for is publishing, not for integration

Posted on  by  from the site Ninja Verification
This may seem obvious, but don’t use git push like CVS commit. Repositories should be accepting commits by pulling them, not pushing them. CVS commit may be your integration strategy in a simple world without branches, but git push shouldn’t … Continue reading →
Martin d'Anjou
This may seem obvious, but don’t use git push like CVS commit. Repositories should be accepting commits by pulling them, not pushing them. CVS commit may be your integration strategy in a simple world without branches, but git push shouldn’t … Continue reading →
Syndicate content