From 0807fc584301d5309c2cf59ed1d96bc0749aba36 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=D0=A1=D0=BF=D0=B8=D1=86=D1=8B=D0=BD=20=D0=90=D0=BD=D0=B4?= =?utf8?q?=D1=80=D0=B5=D0=B9?= Date: Mon, 22 Apr 2019 17:24:44 +0300 Subject: [PATCH] till 2.1.4 --- parts/Instalation.tex | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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} + -- 2.26.2