Commit/Push directly from Atom.io Editor

Hi,

I installed the Atom editor to try coding again. (running Linux Debian 8)
One short question.
Can I configure Atom so that I can push commits directly from within Atom without the command line?

thanks in advance.

Sure, just install the git plus package. Then it's just mod + shift + p and type "git" to add, commit, etc.

thanks