Skip to content

Commit

Permalink
Merge pull request #12 from devinekask/SimonVanherweghe-patch-4
Browse files Browse the repository at this point in the history
More info to some steps
  • Loading branch information
SimonVanherweghe authored Oct 24, 2023
2 parents 7404fa8 + 3774f0b commit ce04f75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/git/collaboration/collab-01-github-push.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Create a `config` file if there isn't one yet:
touch config
```

And open it in the editor of your choice.
And open it in the editor of your choice. (We are using `code` here, see [Launching VS Code from the command line](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line)

```bash
code config
Expand All @@ -80,7 +80,7 @@ ssh-add github

### Adding the key to GitHub

Copy the contents of the public key (make sure you are in the .ssh directory)
Copy the contents of the public key (make sure you are in the .ssh directory) the command `pbcopy` lets us put content in our clipboard, it is like a 'cmd-c'

```bash
pbcopy < github.pub
Expand Down

0 comments on commit ce04f75

Please sign in to comment.