#author("2019-04-03T17:12:54+09:00","default:ryuichi","ryuichi")
#author("2019-04-03T17:16:32+09:00","default:ryuichi","ryuichi")
* 別ブランチのあるファイルを取得する [#o0ea18f9]

** 別ブランチのあるファイルを取得する [#j2da7bd5]

 git checkout branch1              # branch1ブランチに移動する
 git checkout master -- index.php  # masterブランチのindex.phpを取得する

** 別ブランチのあるファイルを確認する [#t2f6ddeb]

 git show master:index.php


トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS