File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -190,14 +190,14 @@ Synchronize your repository:
190190Bring your feature branch up to date:
191191
192192``` console
193- > git switch new/mind-reader
193+ > git switch fix/issue-123
194194> git rebase upstream/develop
195195```
196196
197197And finally push your local branch to your GitHub repository:
198198
199199``` console
200- > git push --force-with-lease origin new/mind-reader
200+ > git push --force-with-lease origin fix/issue-123
201201```
202202
203203## Pull Requests
@@ -262,7 +262,7 @@ Synchronize your repository:
262262Bring your feature branch up to date:
263263
264264``` console
265- > git switch new/mind-reader
265+ > git switch fix/problem123
266266> git rebase upstream/develop
267267```
268268
@@ -273,7 +273,7 @@ collaborating with the shared repository.
273273And finally push your local branch to your GitHub repository:
274274
275275``` console
276- > git push --force-with-lease origin new/mind-reader
276+ > git push --force-with-lease origin fix/problem123
277277```
278278
279279## Cleanup
You can’t perform that action at this time.
0 commit comments