[Git] Default editor is vimgit config
git config --global core.editor vim
Reference:
- Git commit -a opens GNU nano 2.2.6 How should I change it to open Vim instead?…Read More
[Git] How to remove submodule Delete the relevant line from the .gitmodules file.
Delete the relevant section from .git/config.
Run git rm –cached path_to_submodule (no trailing …Read More
[Git] How to tag by using git
Add tag (Tag at local first)
-a <tag name> -m <description about the tag>
git tag -a xxx -m xxx
git tag "description" <commit id> …Read More
0 意見:
張貼留言