git学习笔记——团队开发操作

1.github仓库的建立

2.克隆:git clone 克隆指定仓库到本地指定文件夹

3.远程:git remote

4.拉取:git fetch和git pull

5.推送:git push

你可能感兴趣的:(git,git,github)