From 8263b964f33c10dd5aad76ceb6fccc1c79b0ff1d Mon Sep 17 00:00:00 2001 From: Andy Lester Date: Wed, 4 May 2011 17:45:40 -0500 Subject: Fix a run-on sentence, and fix spelling of Gravatar. --- _posts/2009-06-16-troubleshooting-common-issues.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '_posts') 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 ------------------------------------------------- -- cgit v1.3.1 From a9b44ed22f4e79e08dd5bcffd9ae1ba080388ba3 Mon Sep 17 00:00:00 2001 From: Andy Lester Date: Wed, 4 May 2011 18:03:58 -0500 Subject: These files are not executable --- _posts/2009-06-11-forking.markdown | 0 _posts/2010-01-27-remotes.markdown | 0 _posts/2010-01-28-git-ignore.markdown | 0 _posts/2010-01-29-rebase.markdown | 0 css/print.css | 0 css/style.css | 0 images/add_key.png | Bin 7 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 _posts/2009-06-11-forking.markdown mode change 100755 => 100644 _posts/2010-01-27-remotes.markdown mode change 100755 => 100644 _posts/2010-01-28-git-ignore.markdown mode change 100755 => 100644 _posts/2010-01-29-rebase.markdown mode change 100755 => 100644 css/print.css mode change 100755 => 100644 css/style.css mode change 100755 => 100644 images/add_key.png (limited to '_posts') diff --git a/_posts/2009-06-11-forking.markdown b/_posts/2009-06-11-forking.markdown old mode 100755 new mode 100644 diff --git a/_posts/2010-01-27-remotes.markdown b/_posts/2010-01-27-remotes.markdown old mode 100755 new mode 100644 diff --git a/_posts/2010-01-28-git-ignore.markdown b/_posts/2010-01-28-git-ignore.markdown old mode 100755 new mode 100644 diff --git a/_posts/2010-01-29-rebase.markdown b/_posts/2010-01-29-rebase.markdown old mode 100755 new mode 100644 diff --git a/css/print.css b/css/print.css old mode 100755 new mode 100644 diff --git a/css/style.css b/css/style.css old mode 100755 new mode 100644 diff --git a/images/add_key.png b/images/add_key.png old mode 100755 new mode 100644 -- cgit v1.3.1 From 5524d08e0283d53653f5d485f15d605965786844 Mon Sep 17 00:00:00 2001 From: Andy Lester Date: Thu, 5 May 2011 14:42:55 -0500 Subject: fix capitalization --- _posts/2011-03-07-egit-bad-tree.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_posts') 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 -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`:
tekkub@iSenberg ~/tmp/fixing_bad_tree master
 > git ls-tree -r HEAD | grep badtree
-- 
cgit v1.3.1


From 4e0e782c65532879cf723186a57b0ace0e931f6b Mon Sep 17 00:00:00 2001
From: Andy Lester 
Date: Thu, 5 May 2011 14:43:25 -0500
Subject: Don't end a sentence with a preposition.

---
 _posts/2011-04-04-leave-a-repo.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to '_posts')

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"_
 
-- 
cgit v1.3.1