Rearranged pages

This commit is contained in:
Kenneth John Odle 2024-08-25 16:31:57 -04:00
parent f611f0e3f1
commit c5d269be7e

View File

@ -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}] \begin{Verbatim}[frame=lines, numbers=left, xleftmargin=5mm, framesep=3mm, breaklines=true, label=\fbox{Atypical Output from git status}]
On branch main 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) (use "git pull" to update your local branch)
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
modified: file1.txt
Untracked files:
(use "git add <file>..." to include in what will be committed)
file2.txt
file3.txt
\end{Verbatim} \end{Verbatim}