Reopistory (1) Generically refers to a central place where data is stored and maintained . A repository can be a place where multiple databases or files are located for distribution over a n…
မူရင်း Git Repository file ကို မိတ္တူပွားခြင်း (Clone လုပ်ခြင်း) (မိတ္တူမပွားခင် Tutorial 1 တွင် ပြထားသည့်အတိုင်း git init ဖြင့် Git file ပြုလုပ်ရမည်) *Clone မလုပ်ခင် လက်ရှိဝင်၇ောက်ထားသည့် Project…
Git တွင် Source Code ရေးသားမှု (Version) အဆင့်ဆင့် ကို မှတ်တမ်းတင်ခြင်း 30 Dec 19 ygn git init git status git add . or git add filename git commit -m " your comment " git log or…