aboutsummaryrefslogtreecommitdiffstats
path: root/README.mkdn
diff options
context:
space:
mode:
authorChris Soyars <ctsoyars@gmail.com>2010-07-05 06:52:27 +0000
committerChris Soyars <ctsoyars@gmail.com>2010-07-05 06:52:27 +0000
commit668b696095a7326ac7c3f246911252df4ade73d8 (patch)
tree1dcecae308dfb6af4f96ffce580fc45483365c61 /README.mkdn
parent69db874b81857c8c66157abd973c39f600cf24f9 (diff)
downloadmanifest-668b696095a7326ac7c3f246911252df4ade73d8.tar.gz
manifest-668b696095a7326ac7c3f246911252df4ade73d8.tar.bz2
manifest-668b696095a7326ac7c3f246911252df4ade73d8.zip
Properly indent git pull --rebase command in README
Diffstat (limited to 'README.mkdn')
-rw-r--r--README.mkdn2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.mkdn b/README.mkdn
index d9ee3e2..841f17c 100644
--- a/README.mkdn
+++ b/README.mkdn
@@ -6,7 +6,7 @@ Submitting Patches
Patches are always welcome! Please send pull requests with your patches! If at all possible please rebase your
repository before sending a pull request. You can do this by using the following command:
- git pull --rebase git://github.com/CyanogenMod/path_to_project.git froyo
+ git pull --rebase git://github.com/CyanogenMod/path_to_project.git froyo
This makes accepting patches MUCH easier for our comitters.