Git 常用操作学习总结
几个重要的名词Workspace:工作区Index / Stage:暂存区Repository:仓库区(或本地仓库)Remote:远程仓库Git 配置设定 用户名/电子邮件地址$ git config --global user.name "Your username"$ git config --global user.email "Your@email.com"输出彩色
业界
2016年07月14日