git从理解到使用
1,git的综合理解
2,git的使用
注: 每次想更新代码前请务必先commit
一:git的综合理解
1, git分为两个 master(对外发布的稳定版本)和develop(日常开发存放的最新版本),对于git的使用需要先提交到develop中,然后之后想对外发布的话再提交到master中
二:git的使用
1, eclipse集成git
1) 首先打开Eclipse,然后点击Help>Install New Software>Add。
Name:EGit (名字任意)
Location: http://download.eclipse.org/egit/updates