伙计们,我需要你的帮助!
我试图第一次将我的hg存储库推送到bitbucket.它不起作用,我认为这是因为该项目是巨大的.因此,我只想推送一个文件.因为之前我做过"hg add*",我想撤销这个,然后键入"hg remove*",现在它删除了我的计算机上的文件.但不是全部,只有一些......
我需要这些文件,我该怎么办?请告诉我他们没有走了,请拜托.
非常感谢你的帮助!!
这是我的命令历史:
518 hg commit commit_test.txt -m "first commit"
519 hg add commit_test.txt
520 hg commit -m "test"
521 ls -ll
522 ls -la
523 cd .hg/
524 ls
525 ls -la
526 pico hgrc
527 cd ..
528 hg status
529 hg add commit_test.txt~
530 hg add commit_test.txt
531 hg commit -m "blabla"
532 hg push
533 hg add commit_test.txt
534 hg commit -m "maaan"
535 hg status
536 hg remove *
537 hg …
Run Code Online (Sandbox Code Playgroud)