码迷,mamicode.com
首页 > 其他好文 > 详细

终端make命令和Git学习

时间:2017-11-16 14:27:44      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:自己的   mode   move   des   describe   system   file   git   and   

  • 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学习

标签:自己的   mode   move   des   describe   system   file   git   and   

原文地址:http://www.cnblogs.com/burn19/p/7843538.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!