bigpotato

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

10 2018 档案

摘要:server client: 阅读全文
posted @ 2018-10-18 15:35 bigpotato 阅读(208) 评论(0) 推荐(0)

摘要:1.配置用户名和邮箱 git config --global user.name "xxx" git config --global user.email "xxx@xx.com" 2.分支 查看远程分支 git branch -a 查看本地分支 git branch 查看本地分支关联的远程分支 g 阅读全文
posted @ 2018-10-18 15:22 bigpotato 阅读(122) 评论(0) 推荐(0)