gitメモ - Qiita
DRANK

gitメモ ディレクトリ初期化(リポリトリ自体を新規で作成する場合) git init 取得 git clone ssh://{ユーザ名}@{ホスト名}:{ポート番号}/path/to/remote/repogitory my_repogitory ローカルブランチ確認 git branch 追跡中のリモートブランチ確認 git branch -r 全ブランチ確認 git branch -a ブランチのリファレンスを...

qiita.com
Related Topics: Git