diff --git a/git-primer.tex b/git-primer.tex index 197e57f..58867ec 100644 --- a/git-primer.tex +++ b/git-primer.tex @@ -419,17 +419,8 @@ If you are working on a project that others are also working on, running \texttt \begin{Verbatim}[frame=lines, numbers=left, xleftmargin=5mm, framesep=3mm, breaklines=true, label=\fbox{Atypical Output from git status}] On branch main -Your branch is behind 'ogit/main' by 1 commit, and can be fast-forwarded. +Your branch is behind 'origin/main' by 1 commit, and can be fast-forwarded. (use "git pull" to update your local branch) - -Changes to be committed: - (use "git restore --staged ..." to unstage) - modified: file1.txt - -Untracked files: - (use "git add ..." to include in what will be committed) - file2.txt - file3.txt \end{Verbatim}