markusrowen created page: using git via the command line to branch and merge authored by Markus Owen's avatar Markus Owen
This creates a branch named "osx-redirect" and checks it out.
```ppmmro02:OpenSimRoot pmzmro$ git checkout -b osx-redirect
M OpenSimRoot/tests/engine/testEngine.sh
M OpenSimRoot/tests/modules/testModules.sh
Switched to a new branch 'osx-redirect'
ppmmro02:OpenSimRoot pmzmro$```
This is equivalent to "git branch osx-redirect" followed by "git checkout osx-redirect".