Find a compatible way to store and share branch descriptions to show it at the Github next (as well as at other apps and git itself). #4779
Replies: 2 comments
-
There is no way to share description created with git's
|
Beta Was this translation helpful? Give feedback.
-
Proposal to reserve the special filename
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
https://github.com/{username}/{repo}. And of course at a repository branches pagehttps://github.com/{username}/{repo}/branchesfind a compatible a wayto store and share such datacompatible withGit, Github and other apps that based on Git source code management appuse a list of special filesand directories likeREADME,LICENSE,CODEOWNERS,.github/and other.BRANCH_DESCRIPTIONis not compatiblewith the Git itselfgit branch --edit-descriptionbut it's not possible to share such data with collaborators because it's stored at the configuration filegit notesthat can be used to store a branch description as wellhard to sharethat data with collaboratorsThe first one proposal
At the release 1.7.9 Git was added a description to a branch. It can be defined by
git branch --edit-descriptionNot sure if Github supports that but I think it may be useful to see a description for the branches.
https://github.com/{username}/{repo}.https://github.com/{username}/{repo}/branchesBeta Was this translation helpful? Give feedback.
All reactions