关联分支
- 将当前分支与远程分支关联,如:将当前分支与远程中的xxx分支关联
$ git push -u origin xxx
pull
- 拉取当前分支,默认拉取远程关联分支
$ git pull
- 拉取其他分支到当前分支,
git pull origin <远程分支>[......]
$ git push -u origin xxx
$ git pull
git pull origin <远程分支>[......]
CRM: Customer Relationship Management 客户关系管理
SCM: Supply Chain Management 供应链管理
ERP: Enterprise Resource Planning 企业资源计划
EAM: Enterprise Asset Man[……]
命令
应用
命令
应用
notepad
记事本
calc
计算器
control
控制面板
mstsc
远程桌面连接
explorer
资源管理器
taskmgr
任务管理器
resmon[……]