On Fri, Feb 24, 2017 at 7:36 AM, Huang, Ying wrote: > one shell buffer to run > some git command not supported by magit Might magit-git-command (bound to ':') allow you to dispense with one of your shells? ​(magit-git-command ARGS DIRECTORY) Execute a Git subcommand asynchronously, displaying the output. With a prefix argument run Git in the root of the current repository, otherwise in ‘default-directory’. ​ ​/john