Skip to content

Commit

Permalink
Fix git push command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman-Manevich committed Feb 6, 2024
1 parent b1e2537 commit b46b20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ contributors to follow the following procedure:
'git commit -m "[feature] one line title followed by detailed description"'
4. Test the feature and make sure all relevant tests pass, including
'make test'.
5. Push 'git push'
5. Push 'git push --set-upstream origin feature_name'
6. Rebase often, repeating 2--6 as much as needed:
- 'git checkout master'
- 'git pull'
Expand Down

0 comments on commit b46b20e

Please sign in to comment.