X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=parts%2FInstalation.tex;h=a1b6c596059f1ec09cd523fc1df29167292a82c3;hp=b4f03b418f71fbd81e6651948828cd9929782820;hb=0807fc584301d5309c2cf59ed1d96bc0749aba36;hpb=570a607bec4686bffbf444a00595d2b3b1968f7f diff --git a/parts/Instalation.tex b/parts/Instalation.tex index b4f03b4..a1b6c59 100644 --- a/parts/Instalation.tex +++ b/parts/Instalation.tex @@ -267,7 +267,7 @@ The repo path is always a perfect clone of the main repo. \paragraph{Setting up the initial clone}% \label{par:setting_up_the_initial_clone} -add “- - depth 1” before cin5 which is faster/smaller, but has no history. +add “\texttt{ -\,- depth 1}” before cin5 which is faster/smaller, but has no history. \begin{lstlisting} $ cd // @@ -284,15 +284,23 @@ Checking connectivity... done. \paragraph{Update an existing repo}% \label{par:update_an_existing_repo} -~ \begin{lstlisting} $ cd //cin5 $ git pull \end{lstlisting} +\paragraph{Useful git commands}% +\label{par:useful_git_commands} +\begin{lstlisting} +git clone "git://git.cinelerra-gg.org/goodguy/cinelerra.git" cin5 +git pull # pull remote changes to the local version +git status # shows changed files +git clean -i # interactive clean, use answer 1 to "clean" +\end{lstlisting} +