From c5d269be7e880e20e84fbd1ea5c8f23b4a2daecb Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Sun, 25 Aug 2024 16:31:57 -0400 Subject: [PATCH] Rearranged pages --- git-primer.tex | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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}