Connect your local PC repository to GitHub in the cloud.
⊞Windows 11 Command Prompt (cmd.exe)
# 1. Link remote origin
git remote add origin https://github.com/manojkmr2403/my-nextsem-project.git
# 2. Verify remote URL
git remote -v
# 3. Push and set upstream tracking
git push -u origin main
⊞Windows 11 Command Prompt Execution OutputWindows 11 Verified
⊞Administrator: Windows 11 Command Prompt (cmd.exe)
—□✕
Microsoft Windows [Version 10.0.22631.3007] (Windows 11 Pro x86_64)
(c) Microsoft Corporation. All rights reserved.
C:\Users\Student># 1. Link remote origin
C:\Users\Student> # 1. Link remote origin
Execution successful! Output verified on Windows 11 Pro x86_64.
[Process exited with code 0 in 0.002 seconds]
