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 1 year has passed since last update.

SVNを捨ててGitを使う

Last updated at Posted at 2024-01-04

Untitled.png

会社は7年間SVNを使用し、
社内コードリポジトリの安全性・セキュリティレベルを高めるとともに、近い将来急増する開発ニーズに応えるため、
コード リポジトリは、Subversion バージョン管理システムから Git に移動されました。
Gitは分散型バージョン管理システムであり、SVNよりも柔軟性とスピードに優れています。
特にブランチとマージの機能は非常に強力で、同時に複数の作業を行ったり、新機能の開発やバグ修正を行ったりすることが容易です。
また、履歴の管理やタグの付与、リバートなど、さまざまな便利な機能も備わっています。
Gitの学習にはさらに多くの魅力的な要素がありますので、これからも探求していくことを楽しみにしています。

以下は SVN と Git の基本的な違いに関する記事です。

開発中に変更履歴を保持しながらソースを svn から 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?