How to git push using git-emacs?

emacs, git, lisp

Solution

You're right, it doesn't. However, magit can push.

Problem

I am using the git-emacs to submit code to github throug Emacs. It is ok for `add` and `commit`, but it seems that git-emacs do not support the `git push` operation. When I type `M-x git-push`, it responds with "no such command".

Original source