- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- Git/git checkout/別ブランチのあるファイルを取得する へ行く。
- 1 (2019-04-03 (水) 17:12:54)
別ブランチのあるファイルを取得する
git checkout branch1 # branch1ブランチに移動する git checkout master -- index.php # masterブランチのindex.phpを取得する
git checkout branch1 # branch1ブランチに移動する git checkout master -- index.php # masterブランチのindex.phpを取得する