Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 266 Bytes

Github.md

File metadata and controls

13 lines (8 loc) · 266 Bytes

Push a file in a repo by using a token generator

  1. git config --global user.name ""
  2. git config --global user.email ""
  3. git clone "link"
  4. cd folder name
  5. git add .
  6. git staus
  7. git remote set-url origin https://[email protected]/username/filename