ENHANCEMENT REQUEST: Additional web repository display preferences, especially dates #197107
Replies: 1 comment
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Product Feedback
💬 Feature/Topic Area
Pages
Body
I teach using GitHub and GitHub Classroom. Any semester I have fifty or more students with repositories which I sometimes check using clones, but I frequently check them using the GitHub web interface. These repositories are always linked through the GitHub Classroom "assignment", making it very easy to scan quickly for activity.
Unfortunately, the GitHub web interface always shows useless relative dates. I was just checking a group project repository from this Spring semester to see if any students were doing followup work and I was greeted with updates "last month." Well, of course last month. But was that last commit before or after April 23?
Please set up some display preferences for your users for displaying files and folders in the GitHub repository browser.
I would think that a few switches could be added to the repository browser to select how dates are presented. And while you're at it, the commit hash and committer would be useful (less for me than for regular development projects). Finally I hate the stupid Windows-derived presentation of folders listed before files.
Note that this information is virtually impossible at the shell level as well. Perhaps there's a
ghextension but for now I use a script withgit ls-filesandgit log -1(with pretty stuff).GitHub has been around for years and something as simple as display preferences for the absolute central interface of the site—well, these should have been implemented long ago.
Beta Was this translation helpful? Give feedback.
All reactions