每日命令

查看自己的用户名和邮箱地址:

  $ git config user.name

  $ git config user.email 

修改自己的用户名和邮箱地址:

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

  $ git config --global user.email "xxx"

 

repo sync 相當於對每個 project 做 git pull 的動作

posted on 2019-01-16 15:22  A江里有只小鱼儿A  阅读(119)  评论(0编辑  收藏  举报