#author("2020-07-08T09:13:36+09:00","default:ryuichi","ryuichi")
#author("2020-07-08T09:13:48+09:00","default:ryuichi","ryuichi")
* リポジトリとブランチの指定 [#y18c84ea]


** 指定なし [#d6e62d96]

 git pull

- リモートリポジトリで変更された内容を全て取得し、現在の作業ツリーに反映する

** リポジトリとブランチの指定 [#pb2af993]

 git pull origin master  # デフォルトのリモートリポジトリのmasterブランチ

** 参考 [#t06b811d]

https://git-scm.com/docs/git-pull

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