bhavers / PoseidonProject

Apache License 2.0
0 stars 0 forks source link

Create a new development branch on Git [21365] (Assignee:guruth) #19

Closed bhavers closed 7 years ago

bhavers commented 7 years ago

By Kai Weller (guruth - kai.weller90@googlemail.com) on 2014-09-26 21:22:51.062

I've added a new branch called development.

To reach the new branch: git fetch git checkout development

Here we can test new things on the code ( e.g. Send Bulk data ) To get back to the main branch: Commit git changes with git commit git checkout master