How to get started Doing A Shitty Job

Stop being a perfectionist. Just put in the work, and put yourself out there. Get feedback and evaluate yourself respectfully, truthfully, and briefly. Then, get back to doing what you love to do. Making sure…

Recover lost commits from git push –force

Today I learned how to retrieve accidentally lost commits pushed to remote (via –force). I accidentally overwrote a co-worker’s committed changes and my own revisions on his branch using git push –force origin/branch! I freaked…