ksaitoの日記

日々試したことの覚え書き

2011-04-04から1日間の記事一覧

Gitの使い方

git

cvs, svn, bzr, hgと、ほぼ一緒です。 リポジトリ作成 リポジトリの追加は、initコマンドです。 /etcのように既存のファイルも簡単に管理できます。 $ mkdir gitrepo $ cd gitrepo $ git init Initialized empty Git repository in ~/gitrepo/.git/ $ ファイ…