[git] git log output to a fileOutput log into log.log
git log –pretty=format:’%h : %s’ –graph > log.log
Jump to version
git reset –hard “commit - number”
Jump to origin
gi…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 意見:
張貼留言