Last active
October 14, 2022 05:47
-
-
Save harunme3/c1766d193558c8d66fb7b707076ef410 to your computer and use it in GitHub Desktop.
push code on github in existing project
This file contains 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
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ti