Add shebang to push.sh
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
setup_git() {
|
setup_git() {
|
||||||
git config --global user.email "30secondsofcode@gmail.com"
|
git config --global user.email "30secondsofcode@gmail.com"
|
||||||
git config --global user.name "30secondsofcode"
|
git config --global user.name "30secondsofcode"
|
||||||
|
|||||||
Reference in New Issue
Block a user