79242764

Date: 2024-12-02 01:22:16
Score: 0.5
Natty:
Report link

We don't really need to restore the timestamp, there is a better trick to support build tool: replace

git checkout new_branch

with

git rebase origin/main new_branch

With that, you always works on the main branch with only simple changes.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: macomphy