v4orb2.wiki

описание пикапов и диссектора ВЭПП3-4
git clone http://www.inp.nsk.su/~bekhte/v4orb2.wiki.git
Log | Files | Refs

commit ba6f297b59896cf5649485e37e9b173e941c301d
parent 99e869186dc356d562cbcd8158f2120f0b56b863
Author: E.A.Bekhtenev <E.A.Bekhtenev@inp.nsk.su>
Date:   Tue Oct 31 22:11:34 +0700

	новый файл:    git.md

Diffstat:
git.md | 24++++++++++++++++++++++++
index.md | 1+
2 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/git.md b/git.md @@ -0,0 +1,24 @@ +Title: Настройка git +CSS: table.css + +[TOP](index) + +{{TOC}} + +# Настройка git + + +``` + git config --global user.email "name@host" + git config --global user.name "user_name" + + git config --global color.status auto + git config --global color.branch auto + git config --global color.diff auto + git config --global color.interactive auto + git config --global push.default simple + + git config --global alias.lol "log --all --graph --decorate" + git config --global alias.st "status --short --branch" +``` + diff --git a/index.md b/index.md @@ -21,6 +21,7 @@ Title: Система измерения положения пучка ВЭПП4 1. [Броадкасты](broadcast) 1. [https error](https_error) 1. [update](update) +1. [Настройка git](git) ### История изменений[history]