Skip to content

Commit

Permalink
Syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed Apr 8, 2024
1 parent c446b30 commit 3a29827
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions theme1/PE103/01-vcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ installed already.
Here we assume that you are using the shell account that you have with
CLASSE.

```console
```{.bash}
$ git --help
```

Expand All @@ -71,7 +71,7 @@ $ git --help

### Generating ssh keys

```
```{.bash}
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"
```

Expand All @@ -81,7 +81,7 @@ $ ssh-keygen -t rsa -b 4096 -C "[email protected]"

<!-- TODO: elaborate -->

```
```{.bash}
$ git config --global user.name "Your Name"
$ git config --global user.email "[email protected]
```
Expand All @@ -90,7 +90,7 @@ $ git config --global user.email "[email protected]

<!-- TODO: elaborate -->

```
```{.bash}
$ git init
$ git add
$ git commit
Expand Down

0 comments on commit 3a29827

Please sign in to comment.