This file contains 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
Upload project | |
Di web github, login dan create repository baru sesuai nama aplikasi | |
Di komputer | |
cd /var/www/html/aplikasi/ | |
git init | |
git remote add origin https://github.com/rikyperdana/aplikasi.git | |
git remote -v | |
git add . | |
git commit -m 'Upload pertama' | |
git push -u origin master |