终端make命令和Git学习

Posted WangDazui

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了终端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

以上是关于终端make命令和Git学习的主要内容,如果未能解决你的问题,请参考以下文章

git使用的学习

git学习

有关Git基础操作的学习

git学习

git的学习

重新学习Ubuntu -- 安装Git软件