上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 46 下一页
  2015年12月31日
摘要: 命令格式git checkout [-q] [-f] [-m] []git checkout [-q] [-f] [-m] --detach []git checkout [-q] [-f] [-m] [--detach] git checkout [-q] [-f] [-m] [[-b|-B|--... 阅读全文
posted @ 2015-12-31 13:25 huey2672 阅读(313) 评论(0) 推荐(0) 编辑
摘要: 命令格式git branch [--color[=] | --no-color] [-r | -a] [--list] [-v [--abbrev= | --no-abbrev]] [--column[=] | --no-column] [(--merged | ... 阅读全文
posted @ 2015-12-31 11:39 huey2672 阅读(407) 评论(0) 推荐(0) 编辑
摘要: 命令格式git reset [-q] [] [--] …​git reset (--patch | -p) [] [--] […​]git reset [--soft | --mixed [-N] | --hard | --merge | --keep] [-q] []命令格式-- soft 回... 阅读全文
posted @ 2015-12-31 10:08 huey2672 阅读(420) 评论(0) 推荐(0) 编辑
  2015年12月30日
摘要: 命令格式git rm [-f | --force] [-n] [-r] [--cached] [--ignore-unmatch] [--quiet] [--] …​命令参数-f, --force 强制删除。-r 递归删除目录及其内容。-- cached 从暂存区移除文件,不再跟踪文件,工作区... 阅读全文
posted @ 2015-12-30 19:16 huey2672 阅读(408) 评论(0) 推荐(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) 推荐(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) 推荐(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) 推荐(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) 推荐(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) 推荐(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) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 46 下一页