On Wed, Jan 29, 2020 at 8:10 AM David Sidrane <david.sidr...@nscdg.com> wrote:
> Good tips! git is soooo powerful it is nice to lean other's tricks. > > Here is my `gitlast` command (it helps me answer the question: What was I > doing?) > > git for-each-ref --count=30 --sort=-committerdate > refs/heads/ --format='%(refname:short)' > > How's about we add a section to the document tips and tricks and share > these? Sure! Feel free to add tips and tricks section if you'd like. Notwithstanding tips and tricks, I'd prefer that we give canonical recommended procedures that everyone can use successfully. Nathan