Skip to content

Instantly share code, notes, and snippets.

@vbalagovic
Created April 3, 2022 19:46
Show Gist options
  • Save vbalagovic/3de292660179e80917d748d37205859f to your computer and use it in GitHub Desktop.
Save vbalagovic/3de292660179e80917d748d37205859f to your computer and use it in GitHub Desktop.
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