Want to share your projects with the world or collaborate with others? In this beginner-friendly video, I’ll walk you through how to push your code from VS Code to GitHub — no terminal required! 💻🚀
🔗 Useful Links:
GitHub Signup: https://github.com/
VS Code Download: https://code.visualstudio.com/
README helper: https://readme.so/
GitIgnore helper: https://www.toptal.com/developers/git...
Git: https://git-scm.com/downloads
Whether you're building your portfolio or just starting out, this visual guide will help you set up Git, sync your code, and publish to GitHub in minutes.
🔹 What You’ll Learn:
✅ How to sign in to GitHub inside VS Code
✅ Creating a new GitHub repo from VS Code
✅ Understanding commits, pushes, and pull requests
✅ What .gitignore actually does (and why it matters)
✅ Visual explanation of Git → GitHub workflow
✅ BONUS: How to use GitHub Desktop for beginners
🧠 No terminal commands required — this is GitHub made simple.
💬 Drop a comment if you got stuck or have more questions!
🔔 Subscribe for more beginner-friendly Python, Git, and VS Code tutorials.
#GitHub #VScode #GitTutorial #VersionControl #PythonDev #Coding2025
⏱️Timestamps
00:00 - Intro
00:31 - Why Git / GitHub?
01:16 - Opening a project folder
01:52 - Initialize Repo
02:26 - Staging & Pushing Changes
03:41 - Publish Branch on GitHub
04:48 - Pushing updates to GitHub
05:52 - Viewing project on GitHub
06:20 - Branching
07:55 - Pulling
08:50 - README.md
10:38 - gitignore
11:35 - Clone Git Repository
12:25 - Wrap up