LoginSignup
0
0

More than 3 years have passed since last update.

git 使い方 流れ

Posted at

アップすべきファイルの確認 

git status

ファイルの登録

git add XXX YYY ZZZ ・・・

コメントをつけてコミット

git commit -m "ほにゃらら"

このコメントは上のadd下ファイル群につけられる

最後にプッシュ

git push origin master

別のマシンで最新版をpull

git pull

IDとパスワードを聞かれるので入力

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0