TITLE:Git – the stupid content tracker 

//- http://git.or.cz/
- http://git-scm.com/downloads

 git clone https://github.com/git/git.git

* 解説 [#t20ca3e8]

- https://www.atlassian.com/ja/git/tutorial
- Git の仕組み@こせきの技術日記
--  http://koseki.hatenablog.com/entry/2014/04/22/inside-git-1
--  http://koseki.hatenablog.com/entry/2014/06/11/inside-git-2

* 参考 [#x217debb]

- http://www8.atwiki.jp/git_jp/ 入門
- http://b4.x0.com/hiki/?Git Gitメモ
- http://www.slideshare.net/bleistift/git-7402004 Gitことはじめ
- commitとpushしかできない人のためのgithubの使い方まとめ
--  http://myuon-myon.hatenablog.com/entry/20121114/1352906438

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

* git config [#eada70ac]

-  git push時に表示されるwarning: `push.default is unset...`の意味と解決方法
--  http://qiita.com/yaotti/items/a8e9f5de8dcca81d3214

* 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

* ブログ [#blog]

- WindowsでGit(オチだけ読めばいいです)
--  http://uzulla.hateblo.jp/entry/2012/07/30/015015

* 関連 [#rel]

- [[GitHub]]

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