diff --git a/README.md b/README.md index 38a17b9..80178f9 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ Books * [An Autobiography: Toward Freedom](http://www.goodreads.com/book/show/322939.An_Autobiography) by Jawaharlal Nehru * [The Story of My Life](http://www.goodreads.com/book/show/821611.The_Story_of_My_Life) by Helen Keller * [Long Walk to Freedom](http://www.goodreads.com/book/show/318431.Long_Walk_to_Freedom) by Nelson Mandela +* [Playing it My Way](http://www.goodreads.com/book/show/23150337-playing-it-my-way) by Sachin Tendulkar ###History diff --git a/githubsync.sh b/githubsync.sh index 0866e0a..d7654d0 100644 --- a/githubsync.sh +++ b/githubsync.sh @@ -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