Skip to content

Commit e03befb

Browse files
committed
Removed astericks from command line examples as they don't render within ticks.
1 parent c545afb commit e03befb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ If you're unfamiliar with Git, you can still contribute by editing files directl
1111
Here are some shortcuts to getting set up:
1212

1313
1. Fork the [repository](https://github.com/jquery/learn.jquery.com)
14-
2. Clone the repo `git clone git@github.com:*<your username>*/learn.jquery.com.git`
14+
2. Clone the repo `git clone git@github.com:<your username>/learn.jquery.com.git`
1515
3. Set up an upstream remote back to the jQuery repo 'git remote add upstream git@github.com:jquery/learn.jquery.com.git'
16-
4. Branch master into a feature branch `git branch *<feature/issue name/number>*`
17-
5. Move into that branch `git checkout *<feature/issue name/number>*`
16+
4. Branch master into a feature branch `git branch <feature/issue name/number>`
17+
5. Move into that branch `git checkout <feature/issue name/number>`
1818
6. Work on your awesome contribution.
1919
7. Stage the files to the index in preparation for commit `git add .`
20-
8. Commit the files to your local repo `git commit -m "*add a relevant message describing the change*"`
21-
9. Push the files to your github repo `git push origin *<feature/issue name/number>*`
20+
8. Commit the files to your local repo `git commit -m "add a relevant message describing the change"`
21+
9. Push the files to your github repo `git push origin <feature/issue name/number>`
2222
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).
2323

2424
## Where is the content?

0 commit comments

Comments
 (0)