File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -77,9 +77,9 @@ you have a validated your ideas with other community members)!
77
77
In order to have your pull requests accepted, we recommend you make your changes to Revel on a
78
78
new git branch. For example,
79
79
```
80
- $ git checkout -b feature/useful-new-thing develop # Create a new branch based on develop and switch to it
81
- $ ... # Make your changes and commit them
82
- $ git push fork develop # After new commits, push to your fork
80
+ $ git checkout -b feature/useful-new-thing origin/ develop # Create a new branch based on develop and switch to it
81
+ $ ... # Make your changes and commit them
82
+ $ git push fork feature/useful-new-thing # After new commits, push to your fork
83
83
```
84
84
85
85
### Format Your Code
You can’t perform that action at this time.
0 commit comments