question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Default Commit Message Text

See original GitHub issue

Is your feature request related to a problem? Please describe. It is not related to a problem, it is more related to convenience of use.

Describe the solution you’d like On GitHub.com, if you edit a single file, the default commit text “Update filename” appears, which is actually quite useful in some cases when making small tweaks to non-code files (Markdown files, CHANGELOGs, etc.). It would be nice if this feature was available in Desktop. I would assume it would only be provided if the user had only one file selected, or it could go further and say “Update filename, filename, …” if multiple files were selected, but I think having it work with only one file is fine.

Describe alternatives you’ve considered Really there are none, a lot of times I just manually insert this default commit message text when making small, trivial commits.

Teachability, Documentation, Adoption, Migration Strategy Users will be able to use this to increase their workflow speed. Many times, I find myself correcting 4 or 5 mistakes, back-to-back, and committing each one with default text of “Update filename”. Having this text show up automatically would increase the speedy workflow of Desktop.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:18 (10 by maintainers)

github_iconTop GitHub Comments

6reactions
outofambitcommented, Aug 3, 2018

@redSlug @lean257 I am leaning towards parity with github.com, which is just the filename.

file edit commit screenshot

any thoughts @desktop/design?

5reactions
redSlugcommented, Aug 3, 2018

I’m looking at this

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Set a Default Commit Message - git - David Walsh Blog
Having a default commit message is really useful for a number of reasons: It can formalize your commit messagesIt serves as a good...
Read more >
How can I change the default comments in the git commit ...
Is it possible to modify the commented part of the default git commit message? I want to add a bit more 'context' information...
Read more >
How to Write Good Commit Messages: A Practical Git Guide
Run git commit without a message or option and it'll open up your default text editor to write a commit message. To configure...
Read more >
New options for controlling the default commit message when ...
Default message: commit title and commit message (if the pull request contains a single commit), or the pull request title and number and...
Read more >
git-commit Documentation - Git
Make a commit by taking the updated working tree contents of the paths specified on the command line, disregarding any contents that have...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found