每个项目配置用户名:

git config user.name "your_name"
git config user.email "your_email"

如果不配置则使用默认的全局用户名

//配置
git config --global user.name "your_name"
git config --global user.email "your_email"
//取消
git config --global --unset user.name
git config --global --unset user.email

最新文章

  1. 创建 Image - 每天5分钟玩转 OpenStack(21)
  2. 基本概率分布Basic Concept of Probability Distributions 7: Uniform Distribution
  3. iOS常用动画代码
  4. hadoop2.0安装和配置
  5. scrapy 爬取当当网产品分类
  6. C#调用Java的WebService添加SOAPHeader验证(2)
  7. hadoop基础与实践--流程解惑
  8. ResourceOwnerPassword模式使用数据库.
  9. 盒子模型、网页自动居中、float浮动与清除、横向两列布局
  10. 20135327郭皓--Linux内核分析第五周 扒开系统调用的三层皮(下)
  11. [LeetCode] 208. Implement Trie (Prefix Tree) ☆☆☆
  12. GIT使用—补丁与钩子
  13. AngularJs学习笔记--Understanding the Controller Component
  14. [浪风转载]Jquery取得iframe中元素的几种方法
  15. 爬虫学习(六)——异常处理URLerrors异常处理
  16. es学习(二):elasticsearch 数据存储
  17. JAVA特性面试题:
  18. C++写动态站点之HelloWorld!
  19. jqGrid Bootstrap
  20. selective_search_rcnn.m中代码

热门文章

  1. 菜单特效jq
  2. 我叫Tomcat:一款web服务器
  3. Google 安装 Elasticsearch-head 插件
  4. React学习,搭建项目,入门
  5. wireguard使用方法
  6. laravle6.0-IOC-DI浅谈
  7. mac 安装 navicat for mysql 破解版
  8. yii2 migrate 数据库迁移的简单分享
  9. Scratch 母鸡保护鸡蛋
  10. Yet Another Problem On a Subsequence CodeForces - 1000D (组合计数)