Changes between Initial Version and Version 1 of Developers/yasumichi/Gitメモ


Ignore:
Timestamp:
2012/10/19 00:32:33 (12 years ago)
Author:
yasumichi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Developers/yasumichi/Gitメモ

    v1 v1  
     1= Git メモ = 
     2 
     3== Gitでコミット前の編集を破棄する == 
     4 
     5{{{ 
     6$ git checkout -f 
     7}}} 
     8 
     9[http://blog.kyokutyo.com/git/git%E3%81%A7%E3%82%B3%E3%83%9F%E3%83%83%E3%83%88%E5%89%8D%E3%81%AE%E7%B7%A8%E9%9B%86%E3%82%92%E7%A0%B4%E6%A3%84%E3%81%99%E3%82%8B/ Gitでコミット前の編集を破棄する] 
     10 
     11== リンク == 
     12 
     13  * [http://sourceforge.jp/magazine/09/03/16/0831212 Gitを使いこなすための20のコマンド] 
     14  * [https://github.com/ GitHub]