Просмотр исходного кода

add git alias endb

pull/1/head
10sr 10 лет назад
Родитель
Сommit
1e67b2a661
1 измененных файлов: 3 добавлений и 1 удалений
  1. +3
    -1
      setup.sh

+ 3
- 1
setup.sh Просмотреть файл

@@ -80,7 +80,9 @@ git_config(){
# $_gitconfig alias.ll "!git ls-files | xargs ls -l -CFG --color=auto --time-style=long-iso"
$_gitconfig alias.addi "add -i"
$_gitconfig alias.clean-p "!test -z \"\$(git status -s -uno)\""
$_gitconfig alias.new "checkout -b"
$_gitconfig alias.newb "checkout -b"
$_gitconfig alias.endb \
"!sh -c 'git stash && git checkout master && git merge --no-ff -'"
#$_gitconfig alias.wc "!git ls-files -z | xargs -0 wc"
# $_gitconfig push.default "simple"
if _iswindows; then


Загрузка…
Отмена
Сохранить