git

差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

兩邊的前次修訂版 前次修改
git [2018/02/14 10:59] jzgit [2018/02/27 04:29] (目前版本) jz
行 50: 行 50:
 git fsck --unreachable ; Will show you the list of what will be deleted git fsck --unreachable ; Will show you the list of what will be deleted
 git gc --prune=now     ; Will actually delete your data git gc --prune=now     ; Will actually delete your data
 +</code>
 +
 +===== git shared repo =====
 +<code>
 +[core]
 +sharedRepository = 0666
 </code> </code>
  
  • git.1518577150.txt.gz
  • 上一次變更: 2018/02/14 10:59
  • jz