Linux Bash Scripts To Run .sh files use following command in gitbash sh filename.sh Connecting With Local Repo git remote add origin https://github.com/AshirbadGudu/bash-scripts.git For Getting all the files git pull origin master --allow-unrelated-histories push repository from the command line git push origin master