NAME SYNOPSIS DESCRIPTION COMMANDS OPTIONS DISCUSSION EXAMPLES SEE ALSO GIT NAME git-stash - Stash the changes in a dirty working directory away SYNOPSIS git stash l...
标签 # 列出所有tag $ git tag # 新建一个tag在当前commit $ git tag [ tag ] # 新建一个tag在指定commit $ git tag [ tag ] [ commit ] # 删除本地tag $ git tag - d [ tag ] # 删除远程ta...
Migrating from ClearCase Migrating from ClearCase Why migrate How to migrate Migrating from ClearCase 原文:https://docs.gitlab.com/ee/user/project/import/clearcase.html ...
NAME SYNOPSIS DESCRIPTION EXAMPLES SEE ALSO GIT NAME gitmodules - Defining submodule properties SYNOPSIS $GIT_WORK_DIR/.gitmodules DESCRIPTION The .gitmodules file,...