From e03befb5825f0f1740d6d407e752d42f8182bf66 Mon Sep 17 00:00:00 2001 From: Ralph Whitbeck Date: Wed, 17 Oct 2012 10:20:26 -0400 Subject: [PATCH] Removed astericks from command line examples as they don't render within ticks. --- CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 47af6258..fe6dbce5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,14 +11,14 @@ If you're unfamiliar with Git, you can still contribute by editing files directl Here are some shortcuts to getting set up: 1. Fork the [repository](https://github.com/jquery/learn.jquery.com) -2. Clone the repo `git clone git@github.com:**/learn.jquery.com.git` +2. Clone the repo `git clone git@github.com:/learn.jquery.com.git` 3. Set up an upstream remote back to the jQuery repo 'git remote add upstream git@github.com:jquery/learn.jquery.com.git' -4. Branch master into a feature branch `git branch **` -5. Move into that branch `git checkout **` +4. Branch master into a feature branch `git branch ` +5. Move into that branch `git checkout ` 6. Work on your awesome contribution. 7. Stage the files to the index in preparation for commit `git add .` -8. Commit the files to your local repo `git commit -m "*add a relevant message describing the change*"` -9. Push the files to your github repo `git push origin **` +8. Commit the files to your local repo `git commit -m "add a relevant message describing the change"` +9. Push the files to your github repo `git push origin ` 10. Go to github.com and go to the forked repo and submit a new [pull request](https://help.github.com/articles/using-pull-requests). ## Where is the content?