git init
git remote add origin https://github.com/username/your-repository.git
git branch -M main
git add .
git commit -m "first commit"
git push -u origin main
git init
git add .
git commit -m "Your-message"
git push -u origin main
git fetch
git merge
# Update the package list
sudo apt update
# Upgrade Chrome to the latest version
sudo apt upgrade google-chrome-stable
sudo apt update
sudo apt upgrade