Update Learning How to Use Github.md

Fixed a typo
This commit is contained in:
danesabo 2024-08-23 16:12:34 -04:00 committed by GitHub
parent e0276601fa
commit fb10506831
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ Upload this key to GitHub- go to settings>SSH and GPG keys>add the new key
Then add they key to the local SSH agent:
```bash
eval "$(ssh-agent -s)"
sshadd ~/.ssh/id_ed5519
ssh-add ~/.ssh/id_ed5519
```
## Using an existing repository
@ -74,4 +74,4 @@ git switch -c new-branch
#push the new branch back to remote
git push -u origin new-branch
#git push (set new pushes to new branch spec) (remote destination) (branch name)
```
```