git push command ကို သင်၏ local repository မှ commits များကို remote repository သို့ upload လုပ်ရန် အသုံးပြုသည်။
bash
# Push changes from your local 'main' branch
# to the remote named 'origin'
git push origin mainYou should see
(သင်၏ local commits များ remote server (e.g., GitHub) ပေါ်သို့ ရောက်ရှိသွားမည်)