2019 ソフトウェア設計及び演習用の班Wiki
19::gr12::GitLabの使い方
ファイルをgitlabに追加するとき
例)~/csd/sample.htmlをgitlabに追加したい。
- /home/csd/make_map$の中にファイル(sample.html)を作成する。
- ~/make_map$ git status(ステータスを確認する)
-
~/make_map$ git add sample.html(これからgitlabにファイルを追加するよっていう宣言)
- ※まだ追加していない
- ~/make_map$ git status (ステータスを確認する)
- ~/make_map$ git commit -m "コメント" (コメントを入力する。何でもいい)
- ~/make_map$ git push(gitlabに追加する)
- ユーザ名とパスワードを入力
- これで追加完了
最終更新日:2019/05/31 17:53:08