Primer - Zip
- 1 Post
- 2 Comments
Joined 2 年前
Cake day: 2023年6月13日
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
The dated lists I find helpful as well - I’ve been doing this daily for the past few months just to keep track of work tasks and personal tasks that I really shouldn’t forget about.



I hear people praise
git refloga lot, but when do y’all use this? Most I’ve ever needed isgit log --graphfor history checking. Maybe if I was in a situation where I knew the code on local branch X was working on Friday, but not anymore on Monday, then I could usegit reflogto go back to Friday for that local branch right? Is that the idea?