this post was submitted on 13 Jan 2024
41 points (100.0% liked)

Git

2632 readers
2 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
top 2 comments
sorted by: hot top controversial new old
[–] christophski@programming.dev 8 points 8 months ago (1 children)

Is anyone here using these? If so, what for?

[–] goku12@fosstodon.org 2 points 8 months ago

@christophski I used to use it some time ago. It was to store cryptographically verifiable timestamps of the commits. Git has native support for cryptographically verifiable proof of authorship (using GPG and SSH keys), but not for timestamps. I used FreeTSA (https://freetsa.org/index_en.php) for this.