摘要:
命令格式git rm [-f | --force] [-n] [-r] [--cached] [--ignore-unmatch] [--quiet] [--] …命令参数-f, --force 强制删除。-r 递归删除目录及其内容。-- cached 从暂存区移除文件,不再跟踪文件,工作区...
阅读全文
posted @ 2015-12-30 19:16
huey2672
阅读(408)
推荐(0)
编辑
摘要:
命令格式git mv [-v] [-f] [-n] [-k] git mv [-v] [-f] [-n] [-k] ... 命令参数-f, --force 即使目标文件存在也强制重命名或移动文件。-k 当移动或重命名操作会导致错误发生时则跳过。-n, --dry-run 不执行任何操作,仅...
阅读全文
posted @ 2015-12-30 19:15
huey2672
阅读(404)
推荐(0)
编辑
摘要:
命令格式 git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend] [--dry-run] [(-c | -C | --fixup | --squash) <commit>] [-F <file> | -m <m
阅读全文
posted @ 2015-12-30 18:21
huey2672
阅读(280)
推荐(0)
编辑
摘要:
命令格式git diff [options] [] [--] […]git diff [options] --cached [] [--] […]git diff [options] [--] […]git diff [options] git diff [options] [--no-...
阅读全文
posted @ 2015-12-30 17:43
huey2672
阅读(493)
推荐(0)
编辑
摘要:
命令参数git status […] [--] […]命令格式--short, -s 短格式输出。-- long 长格式输出,默认选项。实例a) 查看工作树的状态[huey@huey-K42JE hello_git]$ git status# On branch masternothing ...
阅读全文
posted @ 2015-12-30 15:20
huey2672
阅读(316)
推荐(0)
编辑
摘要:
命令格式git add [--verbose | -v] [--dry-run | -n] [--force | -f] [--interactive | -i] [--patch | -p] [--edit | -e] [--[no-]all | --[no-]ignore-remov...
阅读全文
posted @ 2015-12-30 14:43
huey2672
阅读(351)
推荐(0)
编辑
摘要:
命令格式git clone [--template=] [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror] [-o ] [-b ] [-u ] [--reference ] [--dissocia...
阅读全文
posted @ 2015-12-30 13:59
huey2672
阅读(600)
推荐(0)
编辑