Codiad / Codiad

Web Based, Cloud IDE
http://codiad.com
MIT License
2.85k stars 698 forks source link

Git commit from Codiad #257

Closed newsocialifecom closed 11 years ago

newsocialifecom commented 11 years ago

It would be nice if I could do a git commit using the Codiad gui. I don't need something difficult... just:

git add .
git commit -m "Blah"
git push
ksafranski commented 11 years ago

You can through the terminal, in fact, unless I'm doing anything major I use the built in terminal for almost all pushes/pulls. Just ensure you have your SSH pub-key on Git and your connection to the repo uses the SSH path.