Skip to content

Instantly share code, notes, and snippets.

@huzaifa-a
Last active September 17, 2020 14:37
Show Gist options
  • Save huzaifa-a/9bd864e890d3b5f0c64239ab725e4983 to your computer and use it in GitHub Desktop.
Save huzaifa-a/9bd864e890d3b5f0c64239ab725e4983 to your computer and use it in GitHub Desktop.
Add existing project to empty repo
git init
git remote add origin https://github.com/computanapps/electrozad-cimmhs.git
git add .
git commit -m "first commit"
git branch -M master
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment