Push a file in a repo by using a token generator
- git config --global user.name ""
- git config --global user.email ""
- git clone "link"
- cd folder name
- git add .
- git staus
- git remote set-url origin https://[email protected]/username/filename
Push a file in a repo by using a token generator