Keeping up with daily tasks can feel like a never-ending juggling act. Between managing personal goals, school assignments, work projects, and even...
For further actions, you may consider blocking this person and/or reporting abuse
Finally, a to-do list where I can blame my procrastinations on (merge) conflicts π
On a serious note, this is brilliant approach for those (like me) who prefer minimal setup over fancy, and unnecessarily expensive productivity apps.
Actually laughed out loud. Haha, well placed kind sir.
This sounds like it's more valuable as a way to teach you to think in Git than it is to manage a task list :D Props to you, I would have never thought of this crossover
That was the goal haha, thanks!
Interesting idea. Might be useful to use git worktree to allow you to have all branches checked out simultaneously.
Finding another use for git
Really creative, will definitely send it to anyone while explaining git to them, deserves a bookmark.
Ok, so
git
has its pros, but I won't ever use git and simple in the same sentance, especially when we are talking about documentation - syncing a bunch of markdown files, like your TODOs.Let's consider what will get in the way one way of the other of you getting things done if you choose to use git for documentation like that
.DS_Store
andtodos.md.swap
, and oh shit, how I do remove that now that is has been commited ?Interesting, but I'd argue that the primary purpose of a todo list is to remember what needs to be done, not what has just been done.
A followup post could show how to do the former.
Nice bro
What I understood from this is it will help me keep track of what I have done.
But How are you keeping track of what you need to do ??