diff --git a/commands/fork.go b/commands/fork.go index 23eb790c4cceaa30f08de0a8408574c7b8c7e1a4..d93cbcb1e0128a72995f98c5ac090b4ef2845909 100644 --- a/commands/fork.go +++ b/commands/fork.go @@ -29,7 +29,7 @@ var cmdFork = &Command{ > git remote add -f USER git@github.com:USER/REPO.git $ hub fork --org=ORGANIZATION - [ repo forked on Github into the ORGANIZATION organization] + [ repo forked on GitHub into the ORGANIZATION organization] > git remote add -f ORGANIZATION git@github.com:ORGANIZATION/REPO.git ## See also: diff --git a/share/man/man1/hub.1.ronn b/share/man/man1/hub.1.ronn index d89f13eb399c5843871e2411160cfa7053c29460..6f76530c48ebd57d2178427410f6d4f072211577 100644 --- a/share/man/man1/hub.1.ronn +++ b/share/man/man1/hub.1.ronn @@ -68,7 +68,7 @@ git but that are extended through hub, and custom ones that hub provides. Create a new repository on GitHub and add a git remote for it. * hub-delete(1): - Delete a repository on Github. + Delete a repository on GitHub. * hub-fork(1): Fork the current project on GitHub and add a git remote for it.