...javascript echo "# blabla" >> README.md ... Related to Gity
Step:6 Use status to see if your file is added to the staging area if yes then use git commit -m "write here what changes you have maded or what new file you have created in the local repository"
Step:8 Use these to set the timer to input credentials for verification again after a long period of time,after setting this you don't need to input credentials again everytime you push
#keeping a fork updated from the master branch git remote add upstream "link of the upstream master " git fetch upstream git pull upstream master