LoginSignup
1
2

More than 3 years have passed since last update.

Gitの内部の動きを知ろう ~目次~

Last updated at Posted at 2020-02-11

Gitの内部の動きを知ろう

その1
 - ローカルリポジトリ作成~最初のコミットへ(git init、git add、git commit)
その2
 - ファイルの変更を実施して、次のコミットへ(git add、git commit)
その3
 - タグを付ける(git tag)
その4
 - ブランチを作ってチェックアウトする(git branch、git checkout)

1
2
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
1
2