[Nek5000-users] New Git Workflow
nek5000-users at lists.mcs.anl.gov
nek5000-users at lists.mcs.anl.gov
Fri Feb 10 11:16:48 CST 2017
Hi all,
we have just switched to a (hopefully) simpler Git workflow:
How we do it
- Anything in master is always deployable
- Upcoming feature release get their own tags or branch that are branched out of master
- All development happens on the master branch
- To work on something new, create a short lived local branch off of master
- When you need feedback or help, or your change is ready for merging, open a pull request
So there is _no_ other branch than MASTER anymore.
For more information, please read the README shipped with the source code.
Cheers,
Stefan
More information about the Nek5000-users
mailing list