この文書の現在のバージョンと選択したバージョンの差分を表示します。
両方とも前のリビジョン 前のリビジョン | |||
git:checkout [2019/03/23 12:43] ips 削除 |
— (現在) | ||
---|---|---|---|
ライン 1: | ライン 1: | ||
- | ====== checkout ====== | ||
- | <code> | ||
- | > git checkout [ブランチ名] | ||
- | |||
- | > git checkout master | ||
- | Switched to branch 'master' | ||
- | Your branch is up to date with 'origin/master'. | ||
- | </code> |