

To launch git via bash scripting shell, First, open the window and search for git bash and open it.

One is launching git using a bash scripting shell with the help of the command line and another is launching git using a graphical user interface. There are two methods to launch git in windows.

Move back to Github and click on "test_demo" and check if the local file "demo.txt" is pushed to this repository. Push the local file onto the remote repository using the following command: $ git push origin master
