0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

git add、commit、pushのコマンドのイメージ

Posted at

動的なイメージを付けると、今何が起こっているのかが想像しやすくなると思ったのでメモ。

##gitコマンドのイメージ

$ git add

セーブポイントへ向かう

セーブ(commit)する準備

$ git commit

本体にセーブ

ローカルに保存(PC内に保存)

こうすれば… git commit -m"何を変更したかここにメモできる"

$ git push

メモリーカードにセーブ

bitbucket,githubなど貯蔵庫(リモートリポジトリ)へ保存

$ git pull

セーブデータをメモリーカードからロード

貯蔵庫から取り出す

_______

初歩的なことなんですがね、勉強していると、読み返しても手を動かしても身になっていないと感じることがあるので、知っているものに見立てて、どうなっているのか、何をしたのかをイメージしながら使うようにしています。😇

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?