Removed script

This commit is contained in:
Himanshu Shekhar
2016-03-26 13:05:18 +05:30
parent 7f3a507ed7
commit 44f82054d2

View File

@@ -1,12 +0,0 @@
#!/bin/sh
# Sync your current repo with github, standard and novice way
# Commit to master branch
# Author : Himanshu Shekhar < https://github.com/himanshushekharb16/ >
# Code at : https://github.com/himanshushekharb16/MyScripts
# read -p "Enter directory location to sync with github : " dirname
# cd $dirname
git add -A
read -r -p "Enter any commit message (if any) : " commsg
git commit -m "$commsg"
git push -u origin master