EPISODE · May 3, 2025 · 4 MIN
Guide to Setting Up a Git Repository
from Aditha Dinuja Serasinghe Podcast Season 1 · host Aditha Dinuja Serasinghe
Learn how to initialize a local Git repository, create a README.md file, stage and commit changes, connect to a remote GitHub repository, and push code to GitHub. Start by running 'git init' in your project folder, create files with 'echo', stage them using 'git add', commit with 'git commit -m', add a remote origin with 'git remote add', and finally push your code using 'git push -u origin main'.
NOW PLAYING
Guide to Setting Up a Git Repository
No transcript for this episode yet
Similar Episodes
Dec 5, 2025 ·50m
Oct 9, 2025 ·33m
Oct 3, 2025 ·40m
Sep 11, 2025 ·31m
Aug 27, 2025 ·39m
Aug 18, 2025 ·54m