Git

基本

基本操作

init, add, remote, commit, reset, rm

ブランチの操作

ブランチを作ったり合わせたり

git clone

Gitリポジトリの複製

リモートリポジトリの操作

clone, push, fetch, pullなど

git config

gitのパラメータを設定する

git remoteの使い方

リモートリポジトリを編集する

ファイルの移動

ファイルの移動と名前変更