fix: myriad typos and issues pt 2

This commit is contained in:
Cory Dransfeldt 2023-05-06 19:02:30 -07:00
parent be92f3bdf0
commit b0aa0d6948
No known key found for this signature in database
50 changed files with 120 additions and 69 deletions

View file

@ -5,7 +5,7 @@ title: Moving to Bitbucket
tags: ['Git', 'GitHub', 'Bitbucket']
---
I recently moved all the repositories for my personal and client development projects to [Bitbucket](http://bitbucket.org).<!-- excerpt --> I had been paying for Github's micro plan to manage a few projects that I didn't want public, but made the decision to switch after exploring a bit more and seeing that, well, Bitbucket provides the functionality I was paying Github for free.
I recently moved all the repositories for my personal and client development projects to [Bitbucket](http://bitbucket.org).<!-- excerpt --> I had been paying for GitHub's micro plan to manage a few projects that I didn't want public, but made the decision to switch after exploring a bit more and seeing that, well, Bitbucket provides the functionality I was paying GitHub for free.
Making the switch itself was painless. I added a key to my Bitbucket account, switched the remotes out on my repos and pushed each repo to its new home on Bitbucket. Switching remotes out is as simple as:
@ -13,4 +13,4 @@ Making the switch itself was painless. I added a key to my Bitbucket account, sw
git remote set-url origin REPO-URL
```
Github is, of course, an incredible resource but, for my purposes, the switch made too much sense not to carry out.
GitHub is, of course, an incredible resource but, for my purposes, the switch made too much sense not to carry out.