I am trying to pull a clone into pythonanywhere.
I run:
git clone https://github.com/<your-github-username>/my-first-blog.git
I get the following syntax error:
File < stdin>, line 1
git clone https://github.com/yavorcik/my-first-blog.git
^
SyntaxError: invalid syntax
Not sure what I am doing wrong here.