Git Commands for pushing Files from local to remote repository
1. Open Gitbash terminal
After opening gitbash you need to move to the folder/location where your files are located .you can change the directory by using the following command:
cd directory_name
2. Initializing empty git repository
After changing t...
narendra95.hashnode.dev2 min read