edtechdemo / CICD.sh
bradduy
what this
e726f6e
raw
history blame contribute delete
136 Bytes
# git remote add upstream https://github.com/thanhhoang021095/x-app.git
git fetch upstream
git merge upstream/main
git push origin main