TITLE:Git – the stupid content tracker 

- http://git.or.cz/

* 参考 [#x217debb]

- http://www8.atwiki.jp/git_jp/ 入門
- http://b4.x0.com/hiki/?Git Gitメモ
- http://www.slideshare.net/bleistift/git-7402004 Gitことはじめ

* git tag [#g3fe1a58]
- git tag 使い方
-- http://cmdnote.net/notes/35/items
// --  http://transitive.info/article/git/command/tag/


* git pullができない [#qde7753a]
-  gitの小ネタ (git レポジトリを作った場所では、これしないと git pull 出来ない)
--  http://d.hatena.ne.jp/rofi/20110204/1296815915
 % git config branch.master.merge refs/heads/master
 % git config branch.master.remote origin

あと、大抵説明にあるけど、コレも。
 % git push -u origin master

* revision 番号が欲しい [#qa3183e2]

x264 を見ると以下の処理をしていた。

 % git-rev-list  HEAD | wc
     859     859   35219

この数字を使って r859 とかすると良さそう。


* コメント編集 [#d191a25f]

- [http://tobysoft.net/wiki/index.php?git%2F%A5%B3%A5%DF%A5%C3%A5%C8%A5%ED%A5%B0%A4%F2%BD%A4%C0%B5%A4%B9%A4%EB%CA%FD%CB%A1 git/コミットログを修正する方法]@tobysoft.net

* git で配布してるソフト [#p515c13e]

- http://www.videolan.org/developers/x264.html
 git clone git://git.videolan.org/x264.git
- http://www.videolan.org/developers/vlc.html
 git clone git://git.videolan.org/vlc.git

* 関連 [#rel]

- [[GitHub]]

Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes