Le 2012-05-02 14:25, Marc Delisle a écrit :
Le 2012-05-02 14:13, Atul Pratap Singh a écrit :
But what if the local changes are not desired to be published to the origin right now. Marc, should we always experiment on a separate branch or repo or is there any other way to make selective push to origin like HEAD~1 or something?
Atul, you should always push your changes to the origin (on github), this is how your mentor (me) will look at your work. You can experiment on a separate branch if you want, but this will be part of the same repository.
About experimenting, of course you should test a chunk of code that relates to one feature or one refactoring, before committing it to some branch (master or testing branch).