Skip to content

Commit

Permalink
Update develop instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Oct 22, 2023
1 parent d723f3e commit 7f816ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,12 @@ etc...
Editing the Package
-------------------

This uses the example of editing the package on a git branch called `develop`...

- `git clone https://github.com/mpenning/ciscoconfparse`
- `cd ciscoconfparse`
- `git checkout -b develop`
- `git branch develop`
- `git checkout develop`
- Add / modify / delete on the `develop` branch
- `make test`
- If tests run clean, `git commit` all the pending changes on the `develop` branch
Expand Down

0 comments on commit 7f816ca

Please sign in to comment.