Posts
How to Create professional Email / Webmail Account in Hostinger | Setup...
- Get link
- X
- Other Apps
Car Crash || Accident Videos - The Deadly Car Crashes 2022 || VlogByAmit
- Get link
- X
- Other Apps
How to make Slider Revolution Responsive in WordPress ||💡💡 Mafia Tech 2022💡💡 Part 2
- Get link
- X
- Other Apps
How to make Slider Revolution Responsive in WordPress ||💡💡 Mafia Tech 20...
- Get link
- X
- Other Apps
How Setting in BlogSpot For SEO Optimization || Important Setting Update
- Get link
- X
- Other Apps
How To Use git bash? How To Upload Repo With help git bash On Github. #g...
- Get link
- X
- Other Apps
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