use web IDE to commit change to git
生活随笔
收集整理的這篇文章主要介紹了
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:
在source code里做代碼的修改:
成功save后,右鍵project,選擇Open Terminal Here:
使用git status,發現未提交的source file:
?
使用git add和git commit進行提交: 使用git push 將change 推送到github上: 之后在github上刷新頁面能夠看到從cloud9上推送過來的change:總結
以上是生活随笔為你收集整理的use web IDE to commit change to git的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Linux下如何安装dos2unix
- 下一篇: Servlet 与 Ajax 交互一直报