• 终端make命令和Git学习


    • make
      •   make -B(both changed and unchanged files)/-d(describe)/-C(changeDir)/-f(file which renamed)
    •   git config --system(/etc/gitconfig);git config --global(~/.gitconfig);git config(.git/config)
    • git init(initialization)/git clone
    • git commit -v(take in all changed part in comment mode)
    • git rm(remove file from the git repository) -cached(only remove what's cached)[是git自己的文件模式扩展匹配方式用法,递归]
    • git mv/git log -p() -stat(just states) -pretty=format(定制格式) --since --until --author --n --before --after --grep(提交说明中的关键字) --committer --no-merges(未合并) -- Dir/(only after the pointed Dir)
    • git add暂存git reset HEAD取消暂存
    • git remote add [shortname] [url]
    • git tag
    • git branch -b=git branch&git checkout
    • git merge-->>git rebase
  • 相关阅读:
    安装 oracle
    svn 编辑
    软件构架
    liunx操作
    css的样式分类
    简单自己做了一个个人简历
    网页制作之表格,列表
    MYSQL表创建
    linux操作指令 第二部分
    linux操作指令 第一部分
  • 原文地址:https://www.cnblogs.com/burn19/p/7843538.html
Copyright © 2020-2023  润新知