-b --branches -t --tags | git-scm.com
Fork maintenance — keeping your changes in sync with the latest updates from the original project — can quickly become a mess. Trust me. Over the years, my work did sometimes involve maintaining forks of various open-source projects. That’s not the case with my job now, but when a colleague reached out for help with a fork that hadn’t been rebased in ages, it got me thinking that the steps I follow might be useful for other developers too. Hence this article.| joaquimrocha.com
-a --all | git-scm.com
-s <tree> --source=<tree> | git-scm.com
Confusing git terminology| Julia Evans
-s --short | git-scm.com
Some techniques to make a custom shell prompt feel snappy and responsive.| seb.jambor.dev