Home > Software design >  How do I take a file in my own repository in github?
How do I take a file in my own repository in github?

Time:03-13

I'm currently having bugs with my file and so I want to redo everything. I want to take what I have previously uploaded in github and start again with that.

CodePudding user response:

  1. Navigate to https://github.com/username/repository-name
  2. Click the green "Code" button
  3. Click "Download ZIP"
  4. Unzip the downloaded file
  5. Start agian
  • Related