Skip to content

Commit 516fbf4

Browse files
remove remotes
1 parent ebae10d commit 516fbf4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

travis-ci/changefile.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22
YEAR=$(date +"%Y")
33
MONTH=$(date +"%m")
4+
sudo git remote -v
5+
sudo git remote rm origin
46
sudo git config --global user.email "${GIT_EMAIL}"
57
sudo git config --global user.name "${GIT_NAME}"
68
sudo git config --global push.default simple

0 commit comments

Comments
 (0)