Newer
Older
renshu / README.md
@HIROSE Yuuji HIROSE Yuuji on 8 Jun 2019 838 bytes Add documentation of git initialization

練習用リポジトリ

for Repository Operation Training

事前準備

6/7に追記
royにログインしたら、まず以下のコマンド入力で git 個人環境を調える。

git config --global http.sslVerify false
git config --global core.editor vi
git config --global user.email "c118のemailアドレス"
git config --global user.name "ローマ字氏名"

クローン

git clone https://www.yatex.org/gitbucket/SKIP/renshu.git
cd renshu

編集してプッシュ

  1. ファイルを新規作成し保存する
  2. 端末で「git add そのファイル」 する
  3. git commit -m '何をしたかのメッセージ'
  4. git push

もし git push でエラーになったら

git pull

で、ZZ を押して元の画面に戻してから

git push

する。