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

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です