Welcome to this quick and beginner-friendly tutorial where I show you how to upload your project to GitHub using Visual Studio Code
If you’re new to Git, GitHub, or VS Code, this video is for you. I followed a simple, real-world workflow to push my project to GitHub using `git init` and VS Code’s Source Control; no confusion, no shortcuts.
By the end of this video, you’ll confidently know:
How to configure Git for the first time
How to initialize a Git repository
How to stage & commit files using VS Code UI
How to create a GitHub repository
How to push your project to GitHub step by step
⏱️ You can push your first project to GitHub in under 2–3 minutes once you understand the flow.
🛠️ Tools Used in This Video
Visual Studio Code
Git
GitHub Account
How to install Git: • How to install GIT on Mac | GIT Installati...
Git config commands:
git config --global user.name "Your name"
git config --global user.email "[email protected]"
git config --list
🔗 Download Git: https://git-scm.com/downloads
🔗 Download VS Code: https://code.visualstudio.com/
💡 Who Is This Video For?
Beginners learning Git & GitHub
Students uploading their first project
Developers switching to VS Code Git workflow
Anyone confused by Git commands
👍 If This Helped You
If this tutorial saved you time or cleared your doubts:
Like the video 👍
Subscribe for more real-world dev tutorials 🔔
Share it with a friend who’s learning Git
Your support really helps the channel grow 🚀
More tutorials coming soon 👀
🔖 Tags / Hashtags
#GitHub #GitTutorial #VSCode #NodeJS #GitInit #PushToGitHub
#GitForBeginners #DeveloperTools #Programming #javascript
👉 Watch till the end to avoid common beginner mistakes when pushing projects to GitHub.