Skip to content

Commit

Permalink
CONTRIBUTING: Under CONTRIBUTING.md, at Contributing(Step-by-Step) po…
Browse files Browse the repository at this point in the history
…int number 3, changed the 'out' to 'to', to easy understanding and making the line simple enough (openmrs#2819)
  • Loading branch information
Wandji69 authored and dkayiwa committed Jan 30, 2019
1 parent 50512be commit 24a46e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Regardless of whether you're reporting the bug to the OpenMRS core team or to a
git clone git://github.com/YourGitHubUserName/openmrs-core.git
git remote add upstream https://github.com/openmrs/openmrs-core.git

3. Checkout out a new local branch based on your master and update it to the latest. The convention is to name the branch after the current ticket, e.g. TRUNK-123:
3. Checkout to a new local branch based on your master and update it to the latest. The convention is to name the branch after the current ticket, e.g. TRUNK-123:

git checkout -b TRUNK-123 master
git clean -df
Expand Down

0 comments on commit 24a46e4

Please sign in to comment.