echo "# manuals" >> README.md
git init
git add README.md
#Add all files
git add .
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/znbdata/magicBPMS.git
git push -u origin main