Changes between Version 8 and Version 9 of TipAndDoc/scm/git


Ignore:
Timestamp:
Nov 7, 2012 1:51:37 AM (11 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/scm/git

    v8 v9  
    33 = Git = 
    44 * [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 を実行します。 
    58 * [http://www8.atwiki.jp/git_jp/ Git入門 - トップページ] 
    69 * [http://www.hyuki.com/techinfo/gitinit.html Gitの基礎練習] 
     
    2023 > $ git config remote.origin.mirror true 
    2124 > }}} 
    22  
    2325 = prompt = 
    2426 * bash