Created
April 3, 2022 19:46
-
-
Save vbalagovic/3de292660179e80917d748d37205859f to your computer and use it in GitHub Desktop.
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
git init | |
git remote add origin <your url/ssh for cloning> | |
git checkout -b initial-installation | |
git add . | |
git commit -m"Initial flutter installation with specific version" | |
git push origin initial-installation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment