File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ larger changes where `develop` might move on whilst you're completing your work.
39
39
#### Configuring Git Flow
40
40
41
41
There is a set of [ helper scripts] [ 9 ] that will work on both Unix-based
42
- operating systems and Windows. Follow the appropriate
42
+ operating systems and Windows. Follow the appropriate
43
43
[ installation instructions] [ 10 ] for your operating system, and configure your
44
44
working copy repository for use with Git Flow by typing ` git flow init ` .
45
45
Accept all the default options to the questions that it asks you.
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ function getconfig()
61
61
CONFIG=" $HOME /$DOTFILES /dotsyncrc"
62
62
elif [[ -s $HOME /$DOTFILES /.dotsyncrc ]]; then
63
63
CONFIG=" $HOME /$DOTFILES /.dotsyncrc"
64
- else
64
+ else
65
65
echo " *** $CONFIG doesnt exist, exiting ***"
66
66
exit 1
67
67
fi
@@ -283,7 +283,7 @@ function gitpull()
283
283
echo " *** Pulling latest changes from $ORIGIN ***"
284
284
git pull $GITOPT
285
285
if [[ " $1 " == " all" ]]; then
286
- initlocal
286
+ initlocal
287
287
cd $HOME /$DOTFILES
288
288
echo " *** Pulling latest changes for submodules ***"
289
289
git submodule $GITSUBOPT update --init
@@ -472,7 +472,7 @@ function options()
472
472
function init()
473
473
{
474
474
if [[ -z $SERVER ]]; then
475
- initlocal
475
+ initlocal
476
476
else
477
477
if [[ $RSYNC == True ]]; then
478
478
rsyncremote $SERVER init
You can’t perform that action at this time.
0 commit comments