Skip to content

Commit 2e49511

Browse files
authored
Merge pull request #6 from RubyWorkout/develop
Technical/Refactor (#5)
2 parents f003dd2 + 346f920 commit 2e49511

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ steps_counter=0
2222
steps_errors=()
2323
final_step_index=6
2424

25+
# Reurns colorized step title
2526
function 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

0 commit comments

Comments
 (0)