|
|
|
|
|
by dhamidi
4394 days ago
|
|
Regarding Emacs: git ships with Emacs integration <https://github.com/git/git/tree/master/contrib/emacs>. Note that most likely git.el is not on your load-path. After it is loaded, you can use M-x git-status to interactively stage, diff and commit files. In the git-status buffer you can checkout a branch with C-c C-o. If helm is installed, you'll get something similar to percol right in Emacs. |
|