Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 600 Bytes

helper.md

File metadata and controls

27 lines (15 loc) · 600 Bytes

Add GitHub remote

git remote add github https://github.com/gokeihub/bookify_audio

Add GitLab remote

git remote add gitlab https://gitlab.com/book2611932/bookify_audio

Push to GitHub

git push -u github main

Push to GitLab

git push -u gitlab main

git remote set-url --add --push origin https://github.com/gokeihub/bookify_audio git remote set-url --add --push origin https://gitlab.com/book2611932/bookify_audio

git push origin main

remove

git remote remove origin

remove any file

git rm --cached lib/firebase_options.dart