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 | |
| parent | 5201894892cb3726e3fd61826d20e6f91ca6a602 (diff) | |
| parent | 4e0e782c65532879cf723186a57b0ace0e931f6b (diff) | |
Merge pull request #25 from petdance/gh-pages
Minor doc cleanups
| -rw-r--r--[-rwxr-xr-x] | _posts/2009-06-11-forking.markdown | 0 | ||||
| -rw-r--r-- | _posts/2009-06-16-troubleshooting-common-issues.markdown | 6 | ||||
| -rw-r--r--[-rwxr-xr-x] | _posts/2010-01-27-remotes.markdown | 0 | ||||
| -rw-r--r--[-rwxr-xr-x] | _posts/2010-01-28-git-ignore.markdown | 0 | ||||
| -rw-r--r--[-rwxr-xr-x] | _posts/2010-01-29-rebase.markdown | 0 | ||||
| -rw-r--r-- | _posts/2011-03-07-egit-bad-tree.markdown | 2 | ||||
| -rw-r--r-- | _posts/2011-04-04-leave-a-repo.markdown | 2 | ||||
| -rw-r--r--[-rwxr-xr-x] | css/print.css | 0 | ||||
| -rw-r--r--[-rwxr-xr-x] | css/style.css | 0 | ||||
| -rw-r--r--[-rwxr-xr-x] | images/add_key.png | bin | 28843 -> 28843 bytes |
10 files changed, 5 insertions, 5 deletions
diff --git a/_posts/2009-06-11-forking.markdown b/_posts/2009-06-11-forking.markdown index aaf8b5b..aaf8b5b 100755..100644 --- a/_posts/2009-06-11-forking.markdown +++ b/_posts/2009-06-11-forking.markdown diff --git a/_posts/2009-06-16-troubleshooting-common-issues.markdown b/_posts/2009-06-16-troubleshooting-common-issues.markdown index 787eba0..fc886c0 100644 --- a/_posts/2009-06-16-troubleshooting-common-issues.markdown +++ b/_posts/2009-06-16-troubleshooting-common-issues.markdown @@ -10,17 +10,17 @@ I can't push, "Permission denied (publickey)" Make sure you've [set up an SSH key](/key-setup-redirect) and are using the correct URL (they are case-sensitive). Check [this guide](/troubleshooting-ssh) for more information. -My commits aren't linked to my user, to the wrong user, or don't have a gravatar +My commits aren't linked to my user, to the wrong user, or don't have a Gravatar ----------------------------------------------------------------------------------- Make sure your [git](/git-email-settings) and [GitHub](https://github.com/account#email_bucket) email settings match. You may also need to check your Gravatar account to make sure your Gravatar has a "G" rating. -I changed my gravatar but it's not updating +I changed my Gravatar but it's not updating ------------------------------------------- -Browsers cache gravatar images for a very long time, clear your cache. +Gravatar images are cached for a very long time. Clear your browser's cache. Syntax highlighting isn't working for my language ------------------------------------------------- diff --git a/_posts/2010-01-27-remotes.markdown b/_posts/2010-01-27-remotes.markdown index 2682832..2682832 100755..100644 --- a/_posts/2010-01-27-remotes.markdown +++ b/_posts/2010-01-27-remotes.markdown diff --git a/_posts/2010-01-28-git-ignore.markdown b/_posts/2010-01-28-git-ignore.markdown index 1f1d6a1..1f1d6a1 100755..100644 --- a/_posts/2010-01-28-git-ignore.markdown +++ b/_posts/2010-01-28-git-ignore.markdown diff --git a/_posts/2010-01-29-rebase.markdown b/_posts/2010-01-29-rebase.markdown index fd7b9c7..fd7b9c7 100755..100644 --- a/_posts/2010-01-29-rebase.markdown +++ b/_posts/2010-01-29-rebase.markdown 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 diff --git a/_posts/2011-04-04-leave-a-repo.markdown b/_posts/2011-04-04-leave-a-repo.markdown index 6a95bf9..8148be8 100644 --- a/_posts/2011-04-04-leave-a-repo.markdown +++ b/_posts/2011-04-04-leave-a-repo.markdown @@ -5,7 +5,7 @@ description: Leave a repo you are collaborating on categories: collaborating --- -To leave a repository you are collaborating on: +To leave a repository on which you are collaborating: _Click "Account Settings"_ > _Click "Repositories"_ diff --git a/css/print.css b/css/print.css index 91a36ed..91a36ed 100755..100644 --- a/css/print.css +++ b/css/print.css diff --git a/css/style.css b/css/style.css index 53721a0..53721a0 100755..100644 --- a/css/style.css +++ b/css/style.css diff --git a/images/add_key.png b/images/add_key.png Binary files differindex f891f46..f891f46 100755..100644 --- a/images/add_key.png +++ b/images/add_key.png |
