$ cd git
$ git clone git@github.com:*/.git
$ git branch
- master
$ git branch aaaaa
$ git branch
- master
aaaaa
$ git checkout aaaaa
Switched to branch 'aaaaa'
$ git branch
master
- aaaaa
Go to list of users who liked
More than 3 years have passed since last update.
$ cd git
$ git clone git@github.com:*/.git
$ git branch
$ git branch aaaaa
$ git branch
$ git checkout aaaaa
Switched to branch 'aaaaa'
$ git branch
master
Register as a new user and use Qiita more conveniently
Go to list of users who liked