YOUNAB / attendances_pyzkaccess

0 stars 0 forks source link

attendances_pyzkaccess

…or create a new repository on the command line

echo "# attendances_pyzkaccess" >> README.md git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/gaylnabil/attendances_pyzkaccess.git git push -u origin main

…or push an existing repository from the command line

git remote add origin https://github.com/gaylnabil/attendances_pyzkaccess.git git branch -M main git push -u origin main

Good Luck