I F N A N
How to push new project(all folders and files) to git
🚀 Part 3: How to Push a New Project to GitHub from VS Code
Here are the quick steps to upload all your folders and files to GitHub:
1, git init – Initialize Git in your project folder
2, git add . – Add all files
3, git commit -m "Initial commit" – Save your changes
4, git branch -M main – Rename the branch to "main" (if needed)
5, git remote add origin https://github.com/yourusername/repo-name.git – Link to your GitHub repo
6, git push -u origin main – Push your code to GitHub
✅ That’s it your project is now live on GitHub!
#Codebiruh #GitHub #VSCode #TechTips #DevJourney #LearnAndBuild #Part3 #GitBasics
Here are the quick steps to upload all your folders and files to GitHub:
1, git init – Initialize Git in your project folder
2, git add . – Add all files
3, git commit -m "Initial commit" – Save your changes
4, git branch -M main – Rename the branch to "main" (if needed)
5, git remote add origin https://github.com/yourusername/repo-name.git – Link to your GitHub repo
6, git push -u origin main – Push your code to GitHub
✅ That’s it your project is now live on GitHub!
#Codebiruh #GitHub #VSCode #TechTips #DevJourney #LearnAndBuild #Part3 #GitBasics
🙏3👍1
🔐 Password Security – Tips for Users:
1. Don’t reuse passwords
- Use different passwords for each account.
2. Use a password manager
- Tools like Bitwarden, 1Password, or KeePass help generate and store secure passwords.
3. Turn on Two-Factor Authentication (2FA)
- Add an extra layer of protection with OTP, email codes, or app-based 2FA.
4. Avoid weak passwords
- Stop using things like "123456", "password", or your birthdate.
5. Never share your passwords
- Not even with friends or coworkers.
✅ A strong password can protect your money, identity, and peace of mind.
#PasswordTips #CyberSecurity #SafeOnline #2FA #TechTips #Codebiruh #InfoSec
1. Don’t reuse passwords
- Use different passwords for each account.
2. Use a password manager
- Tools like Bitwarden, 1Password, or KeePass help generate and store secure passwords.
3. Turn on Two-Factor Authentication (2FA)
- Add an extra layer of protection with OTP, email codes, or app-based 2FA.
4. Avoid weak passwords
- Stop using things like "123456", "password", or your birthdate.
5. Never share your passwords
- Not even with friends or coworkers.
✅ A strong password can protect your money, identity, and peace of mind.
#PasswordTips #CyberSecurity #SafeOnline #2FA #TechTips #Codebiruh #InfoSec
❤3