If your company uses only sort of project management or ticketing system, you could leverage that. I use the GitFlow branching strategy. So when I start working on a new feature, I'll make a feature branch which I name with a ticket number. Example: features/BRB-247. When the branch is named in this way, you can refer back to the associated ticket to remind yourself what you were working on.