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

git config

时间:2015-01-29 10:41:33      阅读:225      评论:0      收藏:0      [点我收藏+]

标签:git config

SQB@SQB-PC /e/workspace

$ git config --global user.name "Kevin"


SQB@SQB-PC /e/workspace

$ git config --global user.email "409747494@qq.com"


SQB@SQB-PC /e/workspace

$ git config --list

core.symlinks=false

core.autocrlf=true

color.diff=auto

color.status=auto

color.branch=auto

color.interactive=true

pack.packsizelimit=2g

help.format=html

http.sslcainfo=/bin/curl-ca-bundle.crt

sendemail.smtpserver=/bin/msmtp.exe

diff.astextplain.textconv=astextplain

rebase.autosquash=true

user.name=Kevin

user.email=409747494@qq.com


删除

rm README

git rm README

git commit -m "remove README file"


重命名

git mv hellogit.rb helloworld.rb

git commit -m "rename hellogit.rb"

本文出自 “血爪哇” 博客,请务必保留此出处http://sunrain990.blog.51cto.com/3700585/1609401

git config

标签:git config

原文地址:http://sunrain990.blog.51cto.com/3700585/1609401

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