diff options
| author | Andy Lester <andy@petdance.com> | 2011-05-05 14:42:55 -0500 |
|---|---|---|
| committer | Andy Lester <andy@petdance.com> | 2011-05-05 14:42:55 -0500 |
| commit | 5524d08e0283d53653f5d485f15d605965786844 (patch) | |
| tree | d6c563112f869121d0618cd11ebfabedfad92472 /_posts | |
| parent | a9b44ed22f4e79e08dd5bcffd9ae1ba080388ba3 (diff) | |
fix capitalization
Diffstat (limited to '_posts')
| -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 |
