this post was submitted on 21 Jun 2023
7 points (100.0% liked)

Git

2867 readers
1 users here now

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Resources

Rules

  1. Follow programming.dev rules
  2. Be excellent to each other, no hostility towards users for any reason
  3. No spam of tools/companies/advertisements. It’s OK to post your own stuff part of the time, but the primary use of the community should not be self-promotion.

Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.

founded 1 year ago
MODERATORS
 

I just found this. I could have used it the other day.

top 3 comments
sorted by: hot top controversial new old
[–] nibblebit 2 points 1 year ago* (last edited 1 year ago) (1 children)

Oh this is neat. We do IAC, and whenever I do a change management audit, going through all the changes and who initiated them over the past year is a pain. With this you could make a pretty comprehensive report on demand!

[–] sjpwarren 1 points 1 year ago

I had to seperate some code into another branch the other day and this would have helped alot.

[–] [email protected] 1 points 1 year ago

Is it possible to specify a date, e.g. filter commits that were made this year?