Monday, June 20, 2022

bootstrap footer always bottom

<div class="d-flex flex-column min-vh-100">
<footer class="mt-auto earth">
</footer>
</div>

Thursday, June 9, 2022

Git Change Repo

both are Same (Set new origin)

git remote set-url origin https://github.com/123123.git

git branch -M main

git push -u origin main

-----------------


git remote rm origin

git remote add origin https://github.com/123123.git

git branch -M main

git push -u origin main


------------------


after git push

git tag v1.0.1

git checkout v1.0.1


firebase login:use <email>