]> git.99rst.org Git - git.git/commit
Merge branch 'hn/branch-push-slip-advice'
authorJunio C Hamano <redacted>
Mon, 13 Jul 2026 15:27:27 +0000 (08:27 -0700)
committerJunio C Hamano <redacted>
Mon, 13 Jul 2026 15:27:27 +0000 (08:27 -0700)
commit6d6939a568d76120e77058e5959c3b82b4b90f1c
tree55ffd0272f4fee48df8ee10ce96455d45cd44aa5
parent431cacf73dc3cadc84e86514d7a0a6038a87f2bc
parenta85a43c4802c124a504c42c63129a97d7f8346c1
Merge branch 'hn/branch-push-slip-advice'

When 'git push origin/main' or 'git branch origin main' is run, the
command is now recognized as a potential typo, and advice has been
added to offer a typo fix.

* hn/branch-push-slip-advice:
  push: suggest <remote> <branch> for a slash slip
  branch: suggest <remote>/<branch> on upstream slip
Documentation/config/advice.adoc
git clone https://git.99rst.org/PROJECT