文章详情

短信预约-IT技能 免费直播动态提醒

请输入下面的图形验证码

提交验证

短信预约提醒成功

用linux/cmd该怎么操作

2023-06-05 17:05

关注

linux/cmd命令行语法规则、语法格式语法解释:<>: 必选参数
{ }: 必选参数,内部使用
[ ]: 可选参数
( ): 指明参数的默认值,只用于{ }中
|: 用于分割
… : 任意多个参数
&&:连接多个命令
--: 后跟参数名
. :当前
以git作为示例:以下是git命令所产生的提示信息C:\Users\Administrator>git
usage: git [--version] [--help] [-C ] [-c =]
           [--exec-path[=]] [--html-path] [--man-path] [--info-path]
           [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare]
           [--git-dir=] [--work-tree=] [--namespace=]
            []
 
These are common Git commands used in various situations:
 
 ↑↑↑:
1.[ ]大括号代表可选参数[--version] [--help],也就是说可以直接输入git,

美联储决议http://www.gendan5.com/decision/usd.html也可以输入git + [ ]内的内容,如:git --version

| 代表“或者”,意为选择一个参数[-p | --paginate | -P | --no-pager],如: git -p,git -P,git --paginate
3.<>代表必选参数[-C ],如:git -C './a.txt',path为必须输入的内容start a working area (see also: git help tutorial)
   clone      Clone a repository into a new directory
   init       Create an empty Git repository or reinitialize an existing one


 ↑↑↑:仓库操作
git clone ”http://......“;把远程仓库copy到本地工作副本
git clone ”http://......“;初始化一个本地git仓库带用户名密码的clone方式:
git clone http://uname:pwd@remoteAddress
git clone http://uname:pwd@git@213245453.git
work on the current change (see also: git help everyday)
   add        Add file contents to the index
   mv         Move or rename a file, a directory, or a symlink
   reset      Reset current HEAD to the specified state
   rm         Remove files from the working tree and from the index
 
 ↑↑↑:本地仓库文件版本操作
1.git add .     git add ./    git add    :添加文件(夹)到版本库
2.git mv :移动或重命名
3.git reset HEAD :工作副本版本回退
4.git rm :移除文件树的版本控制状态等examine the history and state (see also: git help revisions)
   bisect     Use binary search to find the commit that introduced a bug
   grep       Print lines matching a pattern
   log        Show commit logs
   show       Show various types of objects
   status     Show the working tree status
 
  ↑↑↑:git操作输出信息grow, mark and tweak your common history
   branch     List, create, or delete branches
   checkout   Switch branches or restore working tree files
   commit     Record changes to the repository
   diff       Show changes between commits, commit and working tree, etc
   merge      Join two or more development histories together
   rebase     Reapply commits on top of another base tip
   tag        Create, list, delete or verify a tag object signed with GPG
 
  ↑↑↑:本地工作副本控制
1.git commit -am "commit msg" :提交当前目录所有变更
2.git checkout branchname【branchname-分支名称】切换分支
3.git diff :查看当前目录的变更collaborate (see also: git help workflows)
   fetch      Download objects and refs from another repository
   pull       Fetch from and integrate with another repository or a local branch
   push       Update remote refs along with associated objects
 
'git help -a' and 'git help -g' list available subcommands and some
concept guides. See 'git help ' or 'git help '
to read about a specific subcommand or concept.
   ↑↑↑:本地仓库与远程仓库交互
1.git fetch :拉取更新不合并
2.git pull :拉取当前目录下所有更新并合并本地副本
3.git push :推送当前目录下所有更新

阅读原文内容投诉

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

软考中级精品资料免费领

  • 历年真题答案解析
  • 备考技巧名师总结
  • 高频考点精准押题
  • 2024年上半年信息系统项目管理师第二批次真题及答案解析(完整版)

    难度     807人已做
    查看
  • 【考后总结】2024年5月26日信息系统项目管理师第2批次考情分析

    难度     351人已做
    查看
  • 【考后总结】2024年5月25日信息系统项目管理师第1批次考情分析

    难度     314人已做
    查看
  • 2024年上半年软考高项第一、二批次真题考点汇总(完整版)

    难度     433人已做
    查看
  • 2024年上半年系统架构设计师考试综合知识真题

    难度     221人已做
    查看

相关文章

发现更多好内容

猜你喜欢

AI推送时光机
位置:首页-资讯-人工智能
咦!没有更多了?去看看其它编程学习网 内容吧
首页课程
资料下载
问答资讯