python - Question about how to rename files on Github
我想大声告诉你
我想大声告诉你 2017-06-22 11:52:34
0
2
850

1. I use the web version of Github and want to rename a folder (for example: change find_a_capitals to find_a_national_GDP). The premise is that I don’t want to delete the file and then upload it again. What should I do?

我想大声告诉你
我想大声告诉你

reply all(2)
巴扎黑

Changing the file name is a file change. The hash value will change. There is no need to delete the file. Clone it, rename it directly, and then commit it. Just push

学霸

git-mv - Move or rename a file, a directory, or a symlink

git mv find_a_capitals find_a_national_GDP
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template