How can I run `git commit` and `git push` in atom?

Asimov4 picture Asimov4 · Oct 25, 2015 · Viewed 80.9k times · Source

Is there a way to run git commit and git push in the Atom editor?

I read this blog post but could not find that mentioned: http://blog.atom.io/2014/03/13/git-integration.html

Answer

nwinkler picture nwinkler · Oct 29, 2015

What you're looking for is the git-plus package. Install that - it provides full Git integration with commands like commit, add, push, pull and lots of others.

Git-Plus