feat: refactor pagination implementation
This commit is contained in:
parent
ee77555c32
commit
da793fd1cc
196 changed files with 2498 additions and 36 deletions
16
src/posts/2015/moving-to-bitbucket.md
Normal file
16
src/posts/2015/moving-to-bitbucket.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
date: 2015-08-29
|
||||
draft: false
|
||||
title: Moving to Bitbucket
|
||||
tags: ['git', 'GitHub', 'Bitbucket']
|
||||
---
|
||||
|
||||
I recently moved all of 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 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:
|
||||
|
||||
```bash
|
||||
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.
|
Reference in a new issue