Last-modified: 2011-12-26 (月) 01:24:43
Git/リモートリポジトリを取得したい

概要

リモートリポジトリを取得する方法です。

方法

Everything is expanded.Everything is shortened.
  1
  2
  3
  4
  5
-
!
 
-
!
# プロトコルはsshやgit、htmlなどがあり、リモート側で許可している必要がある
git clone [パス]
 
# 例.パスに名前originが定義されている場合
git clone origin

検証時の環境