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
Atom can be used as your Git commit editor and ships with the language-git package which adds syntax highlighting to edited commit, merge, and rebase messages. You can configure Atom to be your Git commit editor with the following command: git config --global core.editor "atom --wait"
Both git commit and git push (along with lotsa other commands) are now available in the app natively (version 1.18+). There is a GUI for staging and reviewing changes as well as committing them with a commit message.
Click the Commit button or hover the mouse over this button to display the available commit options: Commit and Push: push the changes to the remote repository immediately after the commit. You can also press Ctrl+Alt+K to invoke the Commit and Push action from the Commit dialog.
Since Git 2.4, we can use the following command to push tags and commits at the same time: For example, the following command push the commits to origin master branch together with tag reference tag-name .
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With