Distributed Version Control System - Part 2
To Read - ππ» Distributed Version Control System - Part 1 ππ» Basic Git Commands 1. Project folder α‘αွα်း Git repository α‘αα
် αα်αီးαြα်း git init 2. αှိαြီးαား repository αို local machine αို copy αုα်αြα်း git clone 3. αα်αှိ file α‘αြေα‘αေ (modified, staged, untracked) αိုαြα့်αြα်း git status 4. αြα်αα်αှုαျားαို commit αုα်αို့ stage αုα်αြα်း git add filename.py git add . 5. Staged changes αို repository αှာ save αုα်αြα်း git commit 6. Local repository αှ committed changes αို remote repository αို့ αို့αြα်း git push 7. Remote repository αှ latest changes αို local repository αို့ αူαြα်း git fetch origin git pull origin main 8. Branch αျားαြα့်αြα်း αို့ααု...