commit 7b3fde244a9a450ebb2c9bcaf26d091b4aabc3df from: Stefan Sperling date: Sun Jul 28 13:34:17 2019 UTC clearly state where 'git fetch' and 'git push' are required commit - 46e90ae41aa51fa9693f9a82e59e415b029349f7 commit + 7b3fde244a9a450ebb2c9bcaf26d091b4aabc3df blob - 74a3c8dd5208879ec8fb61d652d05fdfc57fe4d7 blob + 3a4b84b24c7828d37dc6a573641d429bc543f948 --- got/got.1 +++ got/got.1 @@ -923,8 +923,11 @@ branch: .Dl $ got update -c master .Dl $ got histedit .Pp -Additional steps are required if local changes need to be pushed back -to the remote repository. +Additional steps are necessary if local changes need to be pushed back +to the remote repository, which currently requires +.Cm git fetch +and +.Cm git push . Before working against existing branches in a repository cloned with .Dq git clone --bare , a Git