We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git push
1 parent 53abada commit 73dc2d9Copy full SHA for 73dc2d9
understanding-git.tex
@@ -1391,7 +1391,7 @@ \subsection{\gitcmd{push}}
1391
\frametitle{\gitcmd{push}}
1392
\framesubtitle{``Update remote refs along with associated objects''}
1393
\begin{itemize}
1394
- \item Pushes commits to the remote repository.
+ \item Pushes commits to a remote repository.
1395
\item Updates the remote branch reference.
1396
\item Will fail if the remote branch is not an ancestor of the local branch unless \gflag{--force} (\gflag{-f}) is used.
1397
\item Tags must be pushed separately with the \gflag{--tags} flag.
0 commit comments