How To Use git bash? How To Upload Repo With help git bash On Github. #g...
How To Use git bash? How To Upload Repo With help git bash On Github. 1.Git help -- Its Show All Commands 2.ls---list of documents of current directory 3.cd --- change the directory 4.git init---initialize git first in required folder 5.git remote add origin <repo link where you want to upload--- for uploading files 6.git remote -v --- its show the online directory where you can push or fetch the files also 7.git add . (dot) --- its show all file which is going to upload 8.git commit -m "write here quotes which you want" --- its make all file under the .git locally 9. git push origin master --- by this command upload all files in your repo