use web IDE to commit change to git

Created by Jerry Wang, last modified on Nov 23, 2014

登陆 https://ide.c9.io/, 选择一个github上存在的repository,点击Start Editing:

clipboard1

在source code里做代码的修改:

clipboard2

成功save后,右键project,选择Open Terminal Here:

clipboard3

使用git status,发现未提交的source file:

clipboard4

 

使用git add和git commit进行提交:

clipboard5

clipboard6

使用git push 将change 推送到github上:

clipboard7

之后在github上刷新页面能够看到从cloud9上推送过来的change:

clipboard8

clipboard9


猜你喜欢

转载自blog.csdn.net/i042416/article/details/92983987