441 git init
442 git config user.name myusername
443 git config user.email my@gmail.com
444 git config user.name
445 git config user.email
446 git remote add origin https://github.com/myusername
452 git pull origin master
453 git add .
454 git commit -m "Inisialisasi project"
455 git push origin master
No comments:
Post a Comment