Procházet zdrojové kódy

git endb show what it does

pull/1/head
10sr před 10 roky
rodič
revize
484a420e34
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      setup.sh

+ 1
- 1
setup.sh Zobrazit soubor

@@ -82,7 +82,7 @@ git_config(){
$_gitconfig alias.clean-p "!test -z \"\$(git status -s -uno)\""
$_gitconfig alias.newb "checkout -b"
$_gitconfig alias.endb \
"!sh -c 'git stash && git checkout master && git merge --no-ff -'"
"!sh -cx '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


Načítá se…
Zrušit
Uložit