!!!初回のみ !コピーの作成場所に移動 $ cd ○○○ !コピーを作成 $ git clone https://gitlab.cis.iwate-u.ac.jp/2021_g05/sugoroku.git
idとパスワードを入力 !!!ファイル作成 !作成したファイルがあるディレクトリに移動 $ cd ○○○ $ git add ○○○(追加ファイル名)
$ git add ×××
$ git commit -m "コメント"
$ git push
idとパスワードを入力 !!!作業中のとき !変更を受け取る $ git pull
idとパスワードを入力 !変更を送信 $ git commit -a -m "コメント"
$ git push
idとパスワードを入力