修改 vi 之后导致很多其他的 vi 需要保存 #78
Unanswered
LemonSugar198
asked this question in
Q&A
Replies: 1 comment 1 reply
-
可以考虑一下可执行代码与源代码分开保存: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
因为在使用 git 管理代码,有时候只是打开工程修改了一个子 vi,却要保存很多其他没有改动的 vi,这时候就会造成很多冲突,我知道应该是这个被改动的子 vi 在很多代码中使用了,但是如果避免这种编程呢?
Beta Was this translation helpful? Give feedback.
All reactions