Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change a folder name in github

Tags:

git

github

I just made a new repository with a single folder, that contains various subfolders and files inside it. I want to change the name of the "F2F" folder. I know it is possible using command line, but wanted to ask whether there is a GUI alternative to the same(on web).enter image description here

Also, I've checked this and this, and they don't help.

like image 628
Ojasvi Bhargava Avatar asked Dec 11 '22 04:12

Ojasvi Bhargava


2 Answers

Just simply go to the reop on your web browser and change the URL to ".dev" example: change github.com/{github username}/{reponame} to: github.dev/{github username}/{reponame}

like image 76
Black Snufkin Avatar answered Dec 15 '22 01:12

Black Snufkin


Go to your repo that contains the folder you want to rename.
Then, press the “.” key.
A web editor will show up. Navigate to the folder, click on it, and press enter.

like image 31
KornLS Avatar answered Dec 15 '22 01:12

KornLS