|
|
|
|
|
by mkhalil
281 days ago
|
|
Every time I see a something with the ability to import code from Git, especially if they allow specifying a branch (this pack even supports commit hashes), I wish they would document (and that more people would know) that they can "checkout" a branch at a specific time; because a lot of branches (vim plugins included) don't even bother with versioning. ex: you can use this to checkout a repo @ a specific datetime:
> git checkout 'master@{2025-05-26 18:30:00}' just doing my share to help people steer away from another leftPad disaster (or the xz apocalypse that almost was...) |
|
AFAIK this can be used for hashes, but friends don’t let friends use clocks in software developments (unless it’s last resort).