-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add info on number of characters in nano for commit message #304
Conversation
This adds information on how to configure the git default editor `nano` to show information on number of characters for commit messages.
Thanks a lot for your contribution! We generally try not to document other projects but TYPO3. So how to use the editor nano is out of context here I fear. There is such a wide variety of Editors and tools ppl can use around Git that we could not possibly cover them all... |
We do document how to use git. |
We are actually working on reducing non-TYPO3 information in this guide. Usually such features are better documented and maintained in other places. See (#255) we could add a helpful link to the nano documentation however. |
@rr-it we're just discussing your issue and PR, perhaps you can shine a light on something: |
@DavidBruchmann I get your point. Just looked up how git gets its editor and it is slightly more complicated. Git uses either the editor defined via On Debian and Ubuntu systems by default
So to be more specific: |
@rr-it Could we maybe add a list of links in the infobox with the most common editors vim and nano and how to set line counts there? |
|
@rr-it sounds like a good solution, please go ahead |
No reaction since 2 Month, closing. Please tell us if you want to work on this again |
@linawolf Please reopen. I revised the changes. |
This adds information on how to configure the git default editor
nano
to show information on number of characters for commit messages.This fixes #305