From fb105068310bda1e91489e3715fba451249d6119 Mon Sep 17 00:00:00 2001 From: danesabo <145499775+danesabo@users.noreply.github.com> Date: Fri, 23 Aug 2024 16:12:34 -0400 Subject: [PATCH] Update Learning How to Use Github.md Fixed a typo --- Learning How to Use Github.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Learning How to Use Github.md b/Learning How to Use Github.md index 7fea9cf9..420e1214 100755 --- a/Learning How to Use Github.md +++ b/Learning How to Use Github.md @@ -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) -``` \ No newline at end of file +```