Gitコマンド早見表

最新のコミットをレポジトリーから取得

$ git remote update
$ git checkout <branch_name>
$ git pull origin <branch_name>

レポジトリーからクローンを作成

git clone <repository>

Create Branch

git checkout -b iss53

git commit -a -m "whatever name you like"

https://git-scm.com/book/en/v2/Git-Branching-Basic-Branching-and-Merging

Leave a Comment

Your email address will not be published. Required fields are marked *

en_USEnglish