You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running git commands such as git commit a vim editor is open, unlike git commit -m "message" where no editor is opened. How do we go about suppressing this or checking if an editor will be opened? This is a big sticking point with the custom git command right now.
The text was updated successfully, but these errors were encountered:
While this is a sticking point, we will be continuing development of the custom git command. This is definitely an issue that we should look into in the very near future.
Yeah, it should not be a stopping point to writing code, but should be
something we discuss after you having a working version.
On Mar 4, 2014 11:11 AM, "Zachary Mance" [email protected] wrote:
While this is a sticking point, we will be continuing development of the
custom git command. This is definitely an issue that we should look into in
the very near future.
Reply to this email directly or view it on GitHubhttps://github.com//issues/107#issuecomment-36648634
.
When running git commands such as
git commit
a vim editor is open, unlikegit commit -m "message"
where no editor is opened. How do we go about suppressing this or checking if an editor will be opened? This is a big sticking point with the custom git command right now.The text was updated successfully, but these errors were encountered: