You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What part(s) of the article would you like to see updated?
The issue:
On the document page, there are 2 git push commands mentioned as git push --force-with-lease example-branch and git push --force example-branch. But neither of them will not be successful without a repository name before a branch name.
What is the expected outcome?
these git push commands should be git push --force-with-lease origin example-branch and git push --force origin example-branch respectively.
Additional information
No response
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue. A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines.
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message
What part(s) of the article would you like to see updated?
The issue:
On the document page, there are 2
git pushcommands mentioned asgit push --force-with-lease example-branchandgit push --force example-branch. But neither of them will not be successful without a repository name before a branch name.What is the expected outcome?
these
git pushcommands should begit push --force-with-lease origin example-branchandgit push --force origin example-branchrespectively.Additional information
No response
The text was updated successfully, but these errors were encountered: