File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ steps_counter=0
2222steps_errors=()
2323final_step_index=6
2424
25+ # Reurns colorized step title
2526function step_title() {
2627 echo " ${bold}${green} STEP $1 : $2 ...${reset} "
2728}
@@ -83,8 +84,8 @@ function step_5() {
8384 git config --global user.name ${name}
8485 git config --global credential.helper " store --file ${credentials} "
8586 git config --global alias.ignore " update-index --skip-worktree"
86- git config --global alias.unignore " update-index --no-skip-worktree"
87- git config --global alias.ignored " !git ls-files -v | grep \" ^S\" "
87+ git config --global alias.unignore " update-index --no-skip-worktree"
88+ git config --global alias.ignored " !git ls-files -v | grep \" ^S\" "
8889 git config --global core.editor nano
8990 git config --global core.excludesfile " $HOME /.gitignore_global"
9091 git config --global pull.rebase false
You can’t perform that action at this time.
0 commit comments