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を使う理由

Posted at

Gitってなに?

Gitは「変更履歴を管理する場所」
ファイルやデータを書き換えるごとに保存するまではいいが、雑多に保存しているとあとで困る。
・変更内容
・変更した理由
・変更した日時
・変更した人
をわかりやすく、しっかり管理することによって作業をスムーズに進めることができる。

こうしたことを一手に担ってくれるのがGitである。
「バージョン管理システム」とも言う。

Gitの役割

・変更履歴を順々に記録する
・記録する際にメッセージ(誰が、何を、なぜ変更したか)をつける

まとめ

Gitを使うことによってデータの変更履歴を管理することができ、作業の引継ぎ、修正、変更などをスムーズに進めることができるようになる。

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?