Changes between Version 8 and Version 9 of TipAndDoc/scm/git
- Timestamp:
- Nov 7, 2012 1:51:37 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/scm/git
v8 v9 3 3 = Git = 4 4 * [http://git-scm.com/book/ja/ Git - Book] 5 * [http://git-scm.com/book/ja/Git-%E3%81%AE%E3%83%96%E3%83%A9%E3%83%B3%E3%83%81%E6%A9%9F%E8%83%BD-%E3%83%96%E3%83%A9%E3%83%B3%E3%83%81%E3%81%AE%E7%AE%A1%E7%90%86 3.3 Git のブランチ機能 - ブランチの管理] 6 > 現在作業中のブランチにマージ済みのブランチを調べるには git branch –merged を実行します。 7 > まだマージされていない作業を持っているすべてのブランチを知るには、git branch --no-merged を実行します。 5 8 * [http://www8.atwiki.jp/git_jp/ Git入門 - トップページ] 6 9 * [http://www.hyuki.com/techinfo/gitinit.html Gitの基礎練習] … … 20 23 > $ git config remote.origin.mirror true 21 24 > }}} 22 23 25 = prompt = 24 26 * bash