• 追加された行はこの色です。
  • 削除された行はこの色です。
#author("2021-01-15T05:57:24+09:00","default:ryuichi","ryuichi")
* ブランチ作成時と現在をスリードット(...)で比較する [#vd4f14df]

** 前提 [#q8c1281d]

 (1) git co master
 (2) git co -b branch1
 (3) vi 1.txt
 (4) git add 1.txt; git commit -m 'Changed 1.txt'
 (5) git co master
 (6) vi 2.txt
 (7) git add 2.txt; git commit -m 'Changed 2.txt'

- (1) masterブランチに入る
- (2) masterブランチからbranch1ブランチを作って入る
- (3) (4) 1.txtファイルを編集してAddしてCommitする
- (5) masterブランチに入る
- (6) (7) 2.txtファイルを編集してAddしてCOmmitする


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS