Created
June 28, 2021 15:34
-
-
Save siriokun/e5902aa6563ce2c642c6f76ea5d8dadf to your computer and use it in GitHub Desktop.
Cara Update dari repository utama
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git checkout -b fitur-navigasi main | |
git pull git://github.com/mulaidev/mapay.git main | |
git checkout main | |
git merge --no-ff fitur-navigasi |
Cara commit & push
git add .
git commit -m "Perubahan yang dilakukan"
git push
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cara update perubahan dari repository utama