fixed unclosed inline code character

This commit is contained in:
m455 2022-12-08 21:20:55 -05:00
parent 3f7baebc51
commit b82ee055e6

View file

@ -124,7 +124,7 @@ on your local machine, follow the steps below:
2. run `cd my-repository`
3. run `echo "hello" > my-file.txt`
4. run `git add my-file.txt`
5. run `git commit -m "my first commit"
5. run `git commit -m "my first commit"`
6. run `git remote add origin git@example.com:~/projects/my-repository`
7. run `git push`