Created
May 8, 2021 10:52
-
-
Save dheerajmpai/fb6387c419a33426e0bdeeff4e1f21da to your computer and use it in GitHub Desktop.
Scrypt to re-add .github on flutterflow branch
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 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