1. Repo clone + folder enter git clone https://github.com/kols6p/readme.git cd readme 2. Folder VS Code me open karo code . 3. Correct GitHub account set (kols6p) gh auth logout gh auth login → GitHub.com → HTTPS → Login with browser → Browser me apna "kols6p" account choose karo 4. Remote ensure (kols6p repo hi ho) git remote set-url origin https://github.com/kols6p/readme.git git remote -v 5. File add + commit (example: info.txt) git add info.txt git commit -m "add info.txt" 6. Push to GitHub git push 1st time: git push -u origin main