Added Sachin's autobio

This commit is contained in:
Himanshu Shekhar
2016-03-26 12:30:21 +05:30
parent 7c9e00a2c8
commit 124eb5f32c
2 changed files with 4 additions and 2 deletions

View File

@@ -1,11 +1,12 @@
#!/bin/sh
# Sync your current repo with github, standard and novice way
# Commit to master branch
# Author : Himanshu Shekhar < https://github.com/himanshushekharb16 >
# 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
# git push -u origin master