In my repository, I have a master branch which has all of the latest code.
I need to have a development branch which is cut from the master branch, so that developers can further cut feature/bugfix branches from the development branch and merge code back to the development branch.
How can I create a development branch from the master branch such that work can be done on both in parallel?