Skip to content

Commit

Permalink
Merge pull request #16 from yuvipanda/fix/avoid-git-add
Browse files Browse the repository at this point in the history
doc: Recommend staging files to git explicitly
  • Loading branch information
rabernat committed Apr 27, 2020
2 parents 6e8abc3 + abf7518 commit 56864d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ If you are proposing a feature:
* Remember that this is a volunteer-driven project, and that contributions
are welcome :)

Get Started!
------------
Setting up a local development environment
------------------------------------------

Ready to contribute? Here's how to set up `binderbot` for local development.

Expand Down Expand Up @@ -87,7 +87,7 @@ Ready to contribute? Here's how to set up `binderbot` for local development.

6. Commit your changes and push your branch to GitHub::

$ git add .
$ git add <names-of-files-you-have-changed>
$ git commit -m "Your detailed description of your changes."
$ git push origin name-of-your-bugfix-or-feature

Expand Down

0 comments on commit 56864d9

Please sign in to comment.