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

git 配置文件

时间:2016-12-09 12:18:58      阅读:316      评论:0      收藏:0      [点我收藏+]

标签:comm   head   orm   date   symlink   etc   pru   repo   隐藏文件   

在隐藏文件夹.git/config:

[core]
    repositoryformatversion = 0
    filemode = false
    bare = false
    logallrefupdates = true
    symlinks = false
    ignorecase = true
    hideDotFiles = dotGitOnly
[remote "meicai"]
    url = https://git.sprucetec.com/meixiansong-java/tms-track.git
    fetch = +refs/heads/*:refs/remotes/meicai/*
[remote "dyq"]
url = https://git.sprucetec.com/duyinqiang/tms-track.git
fetch = +refs/heads/*:refs/remotes/dyq/*


 [alias]  
      st = status  
      ci = commit  
      br = branch  
      co = checkout  
      df = diff 

git 配置文件

标签:comm   head   orm   date   symlink   etc   pru   repo   隐藏文件   

原文地址:http://www.cnblogs.com/duyinqiang/p/6148714.html

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