Created
May 6, 2021 20:15
-
-
Save fachryansyah/acb11ff12f3121bda70ceab44744256f to your computer and use it in GitHub Desktop.
Push Project
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
$ cd existing_folder | |
$ git init | |
$ git remote add origin <proyek-origin-kalian> | |
$ git add . | |
$ git commit -m "Initial commit" | |
$ git push -u origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment