diff options
author | Igor Böhm <igor@9lab.org> | 2021-11-06 00:15:28 +0000 |
---|---|---|
committer | Igor Böhm <igor@9lab.org> | 2021-11-06 00:15:28 +0000 |
commit | 160e36aaef907ac15bbda9af1f628b266a7568df (patch) | |
tree | 8e713f307689727a3fce46d4a486e68eadbcff42 /sys/man/1 | |
parent | 775608db7c004aca265474adb3e081f676b3b12a (diff) |
git(1): fix typo in git/push section
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/git | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/1/git b/sys/man/1/git index 9d8939ecd..3cdd32c2f 100644 --- a/sys/man/1/git +++ b/sys/man/1/git @@ -261,7 +261,7 @@ When passed the option, all branches are pushed. When passed the .I -u upstream -option, the changed are pushed to +option, the changes are pushed to .I upstream instead of the configured origin. When given the |