From: Спицын Андрей Date: Mon, 22 Apr 2019 14:24:44 +0000 (+0300) Subject: till 2.1.4 X-Git-Tag: 2021-05~254 X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=commitdiff_plain;h=0807fc584301d5309c2cf59ed1d96bc0749aba36;ds=inline till 2.1.4 --- 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} +