Skip to content

Instantly share code, notes, and snippets.

@fachryansyah
Created May 6, 2021 20:15
Show Gist options
  • Save fachryansyah/acb11ff12f3121bda70ceab44744256f to your computer and use it in GitHub Desktop.
Save fachryansyah/acb11ff12f3121bda70ceab44744256f to your computer and use it in GitHub Desktop.
Push Project
$ 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