Thuta Learning
ရှာဖွေရန်
IntermediateDevOps & Toolsbeginner

git pull

စိတ်လျှော့ပါ။ ဒီခန်းကို စာအုပ်လိုမဟုတ်ဘဲ စကားပြောသလိုပဲ၊ နားလည်လွယ်အောင် ရှင်းပါမယ်။

git pull command ကို remote repository မှ နောက်ဆုံး changes များကို သင်၏ local repository သို့ download လုပ်ပြီး လက်ရှိ branch ထဲသို့ merge လုပ်ရန် အသုံးပြုသည်။

bash
# Pull the latest changes from the 'origin' remote's 'main' branch
git pull origin main
You should see
(အခြားသူများ push လုပ်ထားသော changes များကို သင်၏ local project ထဲသို့ update လုပ်သွားမည်)