-3

enter image description here

How do I change the name of that folder? I've tried, but nothing online seems to be working. Is there even any way to change its name?

Thanks

The White Wolf
  • 65
  • 1
  • 2
  • 8

2 Answers2

0

Don't use Github.

000webhost is a much, much better alternative and allows the ability to alter the name of folders.

The White Wolf
  • 65
  • 1
  • 2
  • 8
  • You can use the webhost to completely manage your website. It's a lot simpler and user friendly than git hub, rendering github completely useless. My hope was that if anyone ever came across this thread, they would stop wasting their time on github and use the (better) alternative. – The White Wolf Apr 11 '18 at 18:40
  • I don't think it's suitable for any kind of project tbh – The White Wolf Apr 27 '18 at 22:56
0

As someone already answered this question link

If you want a better interface (Vscode). you can try online version vscode hosted by official Github.

Open the repo in Github and press . that will redirect you from github.com to github.dev

If this is your first time Install and accept if you agree with the terms, Now you can just Vscode,

  • Right side, you will see the Explorer (file-tree).
  • Go to the folder, right-click and select rename and enter a new name
  • Once renamed, open Source Control (Third Icon or press control + shift + g)
  • Enter the commit message and press command + enter

That's it.

Salman
  • 892
  • 12
  • 13