The-WebOps-Club / fest-api

An API implementation for Saarang Shaastra like fests, including ERP and Mainsite and Mobile interface
12 stars 11 forks source link

New feature addition shall be done in separate branches only #102

Closed shahidhk closed 9 years ago

shahidhk commented 10 years ago

Master should always stay as fully working code. So, any new feature additions, such as Events portal should be done in separate branch. It should be merged to master once it is complete in all sense.

Events portal dev shall now continue in events branch only. execute git checkout events and continue working

AbdealiLoKo commented 10 years ago

@ utture : do this ? Learn a few branch commands like checkout and rebase and merge and well .. branch if not already familiar with them

On Sat, Jul 5, 2014 at 11:42 PM, Shahidh K Muhammed < notifications@github.com> wrote:

Master should always stay as fully working code. So, any new feature additions, such as Events portal should be done in separate branch. It should be merged to master once it is complete in all sense.

Events portal dev shall now continue in events branch only. execute git checkout events and continue working

Reply to this email directly or view it on GitHub https://github.com/The-WebOps-Club/fest-api/issues/102.

akshayutture commented 10 years ago

Okay