Programming > Git > Flashcards
How to create a branch from master?
$ git checkout -b iss53
its short hand for ~~~
$ git branch iss53$ git checkout iss53~~~