Skip to content

Instantly share code, notes, and snippets.

@harunme3
Last active October 14, 2022 05:47
Show Gist options
  • Save harunme3/c1766d193558c8d66fb7b707076ef410 to your computer and use it in GitHub Desktop.
Save harunme3/c1766d193558c8d66fb7b707076ef410 to your computer and use it in GitHub Desktop.
push code on github in existing project
git init
git add .
git commit -m "first commit"
git remote set-url origin https://github.com/harunme3/flutter_app_settings.git
git push -u origin master
@harunme3
Copy link
Author

ti

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment