File tree 1 file changed +1
-28
lines changed
1 file changed +1
-28
lines changed Original file line number Diff line number Diff line change 1
- #! /bin/bash
2
-
3
- # set -o errexit -o nounset
4
-
5
- # if [ "$TRAVIS_BRANCH" != "master" ]
6
- # then
7
- # echo "This commit was made against the $TRAVIS_BRANCH and not the master! No deploy!"
8
- # exit 0
9
- # fi
10
-
11
- # rev=$(git rev-parse --short HEAD)
12
-
13
- # cd stage/_book
14
-
15
- # git init
16
1
git config user.name " Surabhi Sharma"
17
2
git config user.email " surabhisharma.226005@gmail.com"
18
3
@@ -21,19 +6,7 @@ git remote add upstream "https://github.com/surabhi226005/express-mongoose-es6-r
21
6
echo " Remote branch added"
22
7
git fetch
23
8
echo " Remote fetched"
24
- git branch --track develop origin/develop
25
- echo " will not come here"
9
+ # git branch --track develop origin/develop
26
10
git branch
27
11
git checkout develop
28
12
git pull
29
-
30
- # git fetch upstream
31
- # git reset upstream/gh-pages
32
-
33
- # echo "rustbyexample.com" > CNAME
34
-
35
- # touch .
36
-
37
- # git add -A .
38
- # git commit -m "rebuild pages at ${rev}"
39
- # git push -q upstream HEAD:gh-pages
You can’t perform that action at this time.
0 commit comments