We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9961c6f commit 92bbaa2Copy full SHA for 92bbaa2
doc/devel/development_workflow.rst
@@ -162,7 +162,7 @@ You can achieve this by using
162
git push [your-remote-repo] [your-branch] --force-with-lease
163
164
.. tip::
165
- Instead of typying your branch name every time, you can once do::
+ Instead of typing your branch name every time, you only need to type the following once to link the remote branch to the local branch::
166
167
git push --set-upstream origin my-new-feature
168
0 commit comments