BOSIO'S RULE (unless someone else already claimed it): In every development project there will be at least 1 file intended for local development customization that has been committed to the repo, requiring you to remember not to commit your changes.

#GitProblems #DeveloperProblems

In today's #gitproblems: #gitcredentialstore fails to retrieve credentials when the password ends in = (equals). Why? Because it's stored as a URL: the = sign gets escaped, and that escaping causes issues. And thanks, #git.
I was unlucky to commit changes last so I get to rebase ☹️  #gitProblems
I miss the good old times when I was the single owner and contributor of a git   repo , collaboration is hard ... #gitProblems