summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
Diffstat (limited to '_posts')
-rwxr-xr-x[-rw-r--r--]_posts/2010-01-29-rebase.markdown (renamed from _posts/2010-01-28-rebase.markdown)2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2010-01-28-rebase.markdown b/_posts/2010-01-29-rebase.markdown
index c3aac53..11e900a 100644..100755
--- a/_posts/2010-01-28-rebase.markdown
+++ b/_posts/2010-01-29-rebase.markdown
@@ -13,7 +13,7 @@ So, you've cloned a repository, and hacked away at it; separated it into logical
So you send your patch series, or publish your branch, and ask for a pull, but a quick review reveals that there are some errors in these patches!
-Now, the maintainer may send these patches back to you, and ask you to fix these, this guide shows several ways on how this can be accomplished[1].
+Now, the maintainer may send these patches back to you, and ask you to fix these, this guide shows several ways on how this can be accomplished.
Before you start, make sure you have a clean working tree (i.e. no modified files).