Vinzent

Results 352 comments of Vinzent

I will probably add a text field to pass custom args to the commit command. This should solve #237 better as well.

@caseymullineaux So you have git installed/reinstalled with `3rd-party software` enabled?

@maximberezin97 Could you open a separate issue?

@pbsds Which version are you on? I fixed missing error notifications from commits since v1.21.2

@pbsds Definitely. That version is almost half a year old :joy:

Does [this](https://github.com/atom/atom/issues/8984#issuecomment-165722062) help?

It should be enough adding this to the config in your git repository. I don't know how to help you, sorry. It may be an authentication problem.

The branch is only on GitHub and not on your local system. How and why did you create it on GitHub?

Since GitHub is a hub for git, it's all based on commits, so you don't have to create a new branch, since you can just revert a bad commit. Edit:...

I suggest you to learn a bit more about git. But a commit is basically a snapshot of all your files. Every time you want to push your current files...