diff options
| author | Tekkub <tekkub@github.com> | 2011-05-06 22:21:34 -0700 |
|---|---|---|
| committer | Tekkub <tekkub@github.com> | 2011-05-06 22:21:34 -0700 |
| commit | ae9c7ed681b81e844567143bdefb426874d53f6f (patch) | |
| tree | 4ed9dc910f3f844ce07460365353704fd56cc0f1 /_posts/2011-03-07-egit-bad-tree.markdown | |
| parent | 5201894892cb3726e3fd61826d20e6f91ca6a602 (diff) | |
| parent | 4e0e782c65532879cf723186a57b0ace0e931f6b (diff) | |
Merge pull request #25 from petdance/gh-pages
Minor doc cleanups
Diffstat (limited to '_posts/2011-03-07-egit-bad-tree.markdown')
| -rw-r--r-- | _posts/2011-03-07-egit-bad-tree.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2011-03-07-egit-bad-tree.markdown b/_posts/2011-03-07-egit-bad-tree.markdown index d76eb4b..42341dc 100644 --- a/_posts/2011-03-07-egit-bad-tree.markdown +++ b/_posts/2011-03-07-egit-bad-tree.markdown @@ -42,7 +42,7 @@ tekkub@iSenberg ~/tmp/fixing_bad_tree master+ delete mode 100644 badtree/temp </pre> -we can then confirm the tree is removed by making sure it is not listed by `git ls-tree`: +We can then confirm the tree is removed by making sure it is not listed by `git ls-tree`: <pre class="terminal">tekkub@iSenberg ~/tmp/fixing_bad_tree master > git ls-tree -r HEAD | grep badtree |
