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
I use backticks in my commit messages very frequently, and these are formatted in GitHub. It would be awesome if Fork did the same for the commit subject in the All Commits view.
e.g.:
abc1234 fixed issue where `utils.h` was incorrectly imported
abc1234 moved model files to `app/models/`
abc1234 added `README.md`
Would be formatted like so in the commits list:
fixed issue where utils.h was incorrectly imported
moved model files to app/models/
added README.md
The text was updated successfully, but these errors were encountered:
I use backticks in my commit messages very frequently, and these are formatted in GitHub. It would be awesome if Fork did the same for the commit subject in the All Commits view.
e.g.:
Would be formatted like so in the commits list:
utils.h
was incorrectly importedapp/models/
README.md
The text was updated successfully, but these errors were encountered: