Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【资源帖】Git命令使用 #419

Open
zptcsoft opened this issue Sep 6, 2018 · 2 comments
Open

【资源帖】Git命令使用 #419

zptcsoft opened this issue Sep 6, 2018 · 2 comments

Comments

@zptcsoft
Copy link
Collaborator

zptcsoft commented Sep 6, 2018

  1. cmder下载与安装
  2. 常见的命令
<!--
	1. 克隆   				       git clone 地址
	2. 看看目前项目的状态 		git status
	
	3. 保存到本地git目录里去       git add 某个文件  
	                                                git add *
	4. 记录本地更改			git commit -a -m "注释文件"
	
	5. 同步到网上去                       git push
	
	git help
-->
@zptcsoft
Copy link
Collaborator Author

zptcsoft commented Sep 6, 2018

Git命令的使用 #209
Git的奇技淫巧 #339

@zptcsoft
Copy link
Collaborator Author

zptcsoft commented Sep 6, 2018

Document对象的教程

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant