Skip to content

Instantly share code, notes, and snippets.

@dheerajmpai
Created May 8, 2021 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dheerajmpai/fb6387c419a33426e0bdeeff4e1f21da to your computer and use it in GitHub Desktop.
Save dheerajmpai/fb6387c419a33426e0bdeeff4e1f21da to your computer and use it in GitHub Desktop.
Scrypt to re-add .github on flutterflow branch
git checkout flutterflow
git branch
git pull origin flutterflow --no-edit
cp -r ../.github/ ./
cp ../flutterflow.sh ./
git add .
git commit -m workflow
git push origin flutterflow
git branch
git checkout main
git branch
git merge flutterflow --no-edit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment