Accessing Bitbucket Private Repo
The Backstory 🥲
So I'd been making code changes on a server I had access to for a while now. And wanted to push the changes to Bitbucket, so I could work with the update locally. So I run
git add .
git commit -m "whatever suit me"
git push origin ma...
blog.root.i.ng2 min read