Skip to content
Snippets Groups Projects
Commit acb07f33 authored by James Zern's avatar James Zern
Browse files

git-howto.texi: fix a typo


replace 'Refer to and to sync...' with a reference to the section that
discusses updated the source tree.

Reviewed-by: default avatarTimothy Gu <timothygu99@gmail.com>
Reviewed-by: default avatarMichael Niedermayer <michaelni@gmx.at>
Signed-off-by: default avatarJames Zern <jzern@google.com>
parent 0f776df0
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,7 @@ git config --global core.autocrlf false
@end example
@anchor{Updating the source tree to the latest revision}
@section Updating the source tree to the latest revision
@example
......@@ -330,7 +331,7 @@ git push
Will push the changes to the default remote (@var{origin}).
Git will prevent you from pushing changes if the local and remote trees are
out of sync. Refer to and to sync the local tree.
out of sync. Refer to @ref{Updating the source tree to the latest revision}.
@example
git remote add <name> <url>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment