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

git常用小操作。-- 自用

时间:2018-05-18 18:02:49      阅读:130      评论:0      收藏:0      [点我收藏+]

标签:head   origin   AC   bar   update   bin   conf   mac   col   

编辑 .gitignore

bin-debug/  忽略所有的叫bin-debug文件夹和他下面的文件

 

 

 

 

编辑 .git/config

[core]

        repositoryformatversion = 0 

        filemode = false  // 提交时,忽略文件rwx权限的变化。

        bare = false

        logallrefupdates = true

        ignorecase = true

        precomposeunicode = true

[remote "origin"]

        url = http://192.168.0.167/macheng/tianxiaohua111.git

        fetch = +refs/heads/*:refs/remotes/origin/*

[branch "master"]

        remote = origin

        merge = refs/heads/master

git常用小操作。-- 自用

标签:head   origin   AC   bar   update   bin   conf   mac   col   

原文地址:https://www.cnblogs.com/sweetXiaoma/p/9056996.html

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