We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebae10d commit 516fbf4Copy full SHA for 516fbf4
travis-ci/changefile.sh
@@ -1,6 +1,8 @@
1
#!/bin/bash
2
YEAR=$(date +"%Y")
3
MONTH=$(date +"%m")
4
+sudo git remote -v
5
+sudo git remote rm origin
6
sudo git config --global user.email "${GIT_EMAIL}"
7
sudo git config --global user.name "${GIT_NAME}"
8
sudo git config --global push.default simple
0 commit comments