2013年6月25日星期二

よく使うgit command

  1. git show-ref 
  2. 全てのbranch の最新refsを表示
  3. git show-ref -h HEAD 
  4. HEADのrefsを表示
  5. git reflog 
  6. 履歴を表示
  7. git remote show origin 
  8. remote originの情報を表示