Newer
Older
git_practice / README.md
@kanan kanan on 27 Jun 2018 368 bytes changed README

Practice

Are you enjoy git life ? This repository is for git practice.

hogehoge

process push

  • git clone URL

Edit the umko file!

  • git add hoge/hoge.file
  • git commit -m "hogehoge"
  • git push

誰かが push した後は pull する

  • git pull

|git push|アップロード| |git fetch|ダウンロード| |git merge|2つのブランチを合流|