git lets you squash 2 or more commits into 1 commit before pushing to upstream Scenario: you have a git repo you make some changes and do a commit with message: commit 1 you make some more changes and do another commit with message: commit 2 you can then merge these 2 commits into 1 […]
Tag: git
Some daily and useful GIT commands
Naveen Nayak August 28, 2011 No Comments GIT git
Initial Steps ( this is for creating a PUBLIC git repository on GitHub : anyone can have access to this ) As suggested this post is for setting up a PUBLIC git repository on GitHub ( and local one on Ubuntu ) Anyone will have access to this repo Please do not put sensitive data […]
Page 1 of 1