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?
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
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