linux.txt/programmieren/git/git_aliase.tex
2025-02-15 15:39:11 +01:00

13 lines
435 B
TeX

% master: git_aliase.tex
% Git Aliase v0.1
% 2017-01-09 (Rx)
\section{Git Aliase}
%-------------------
\begin{verbatim}
git config --global alias.co checkout co anstelle von checkout schreiben
git config --global alias.br branch br anstelle von branch schreiben
git config --global alias.ci commit ci anstelle von commit schreiben
git config --global alias.st status st anstelle von status schreiben
\end{verbatim}