Skip to content

Commit

Permalink
Add back in ssh highlight
Browse files Browse the repository at this point in the history
This reverts commit 033c679.

github-pages v208 depends on rouge 3.23.0, which includes rouge-ruby/rouge#1543.
  • Loading branch information
cmbuckley committed Oct 3, 2020
1 parent 31a4c95 commit 4645012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2020-06-11-shorter-git-remotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ git clone ssh://git@bitbucket.example.com:7999/project/repo.git

To save copying the URL from the UI any time you clone a new repository, add the following to your `~/.ssh/config`:

```bash
```ssh
Host bb
User git
Hostname bitbucket.example.com
Expand All @@ -34,7 +34,7 @@ git clone bb:project/repo

The same is true for GitHub URLs:

```bash
```ssh
Host gh
User git
Hostname github.com
Expand Down

0 comments on commit 4645012

Please sign in to comment.