差異處
這裏顯示兩個版本的差異處。
| 兩邊的前次修訂版 前次修改 下次修改 | 前次修改 | ||
| git [2017/12/25 01:25] – jz | git [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 | git gc --prune=now | ||
| + | </ | ||
| + | |||
| + | ===== git shared repo ===== | ||
| + | < | ||
| + | [core] | ||
| + | sharedRepository = 0666 | ||
| </ | </ | ||
| 行 59: | 行 65: | ||
| git svn dcommit | git svn dcommit | ||
| git svn rebase | git svn rebase | ||
| + | </ | ||
| + | |||
| + | ==== Stash ==== | ||
| + | < | ||
| + | git stash show -p stash@{1} | ||
| </ | </ | ||