Update Learning How to Use Github.md
Fixed a typo
This commit is contained in:
parent
e0276601fa
commit
fb10506831
@ -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)
|
||||
```
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user