Aug 1, 2024
index.html
, app.css
.git init
git add .
git commit -m "message"
git log
git checkout <commit_hash>
git remote add origin <repository_url>
git push origin master
git checkout -b <new_branch_name>
git pull origin master
to fetch changes from GitHub.git push origin master
.git init
git add .
git commit -m "message"
git log
git checkout <commit_hash>
git remote add origin <repository_url>
git push origin master
git checkout -b <new_branch_name>
git pull origin master
Encourage viewers to like and subscribe for more tips.