In GitHub every repository can have a short description, which is shown under the Code | Network | Pull Requests | Issues | Wiki | Graphs | Settings
bar.
I can edit the description on the GitHub webpage, but I want to read and change it with JGit or Git. Is this possible?
(First I tried to read .git/description
, but every repository from GitHub just seems o contain the same text:
Unnamed repository; edit this file 'description' to name the repository.
Is .git/description
used anywhere?)