npub1cj…m4kmd on Nostr: npub1upkp7…4tcwy > Git doesn’t have any built in mechanisms to track how recently ...
npub1upkp7fd7rc3lrjg23r8gy0wc723vze7mxlx5984ut6zurjzpf5xss4tcwy (npub1upk…tcwy) > Git doesn’t have any built in mechanisms to track how recently you fetched
The reflog does keep dates! But,
1 — you have to ask for them:
¶ git reflog --date=human
Then instead of HEAD@{1} etc, you get HEAD@{time}
2 — By default, `git reflog' shows you the reflog of HEAD, but git keeps other reflogs, so you can see fetches of a remote-tracking branch which you did not check out.
¶ git reflog origin/main --date=human
or,
¶ git reflog --all --date=human
Published at
2023-11-02 13:18:11Event JSON
{
"id": "09984f496b512d5af01b107104417d56530a48eadb40cdf3fdeb3be5c46235ad",
"pubkey": "c4bf1a7db02d65f9406a9ea2e94e11a8f85c1898c9deabd0b7be0e0462b4a1a4",
"created_at": 1698931091,
"kind": 1,
"tags": [
[
"p",
"e06c1f25be1e23f1c90a88ce823dd8f2a2c167db37cd429ebc5e85c1c8414d0d",
"wss://relay.mostr.pub"
],
[
"p",
"26cad6f140bf86de9c26b7c15419cab1aebdd7086358d26aa2d750e21cf3bf2e",
"wss://relay.mostr.pub"
],
[
"e",
"e76e7f267287ba4bfc3104eb58fa150736db18377247304607650b4465039a8b",
"wss://relay.mostr.pub",
"reply"
],
[
"proxy",
"https://mastodon.sdf.org/users/jleedev/statuses/111341148016910348",
"activitypub"
]
],
"content": "nostr:npub1upkp7fd7rc3lrjg23r8gy0wc723vze7mxlx5984ut6zurjzpf5xss4tcwy \n\n\u003e Git doesn’t have any built in mechanisms to track how recently you fetched\n\nThe reflog does keep dates! But,\n\n1 — you have to ask for them:\n\n¶ git reflog --date=human\n\nThen instead of HEAD@{1} etc, you get HEAD@{time}\n\n2 — By default, `git reflog' shows you the reflog of HEAD, but git keeps other reflogs, so you can see fetches of a remote-tracking branch which you did not check out.\n\n¶ git reflog origin/main --date=human\nor,\n¶ git reflog --all --date=human\n\nhttps://mastodon.sdf.org/system/media_attachments/files/111/341/133/647/879/154/original/72ee480f40212468.png",
"sig": "837f3299cd07029e6b598203098d67b451e404472853c7bd4351c178286c93d30b0f3086efc14ce998f2b077673a4c0ba387fb9d985aea86151fc8af89fd5d70"
}