Update README
parent
cef1764f5b
commit
2ef3cc7651
|
|
@ -93,6 +93,7 @@ The preferred way to contribute to camelot is to fork this repository, and then
|
||||||
<pre>
|
<pre>
|
||||||
git checkout -b my-feature
|
git checkout -b my-feature
|
||||||
</pre>
|
</pre>
|
||||||
|
and start making changes. Never work in the `master` branch!
|
||||||
5. Work on this copy, on your computer, using Git to do the version control. When you’re done editing, do:
|
5. Work on this copy, on your computer, using Git to do the version control. When you’re done editing, do:
|
||||||
<pre>
|
<pre>
|
||||||
$ git add modified_files
|
$ git add modified_files
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue