Syknapse/Contribute-To-This-Project

Push command mistake in terminal-tutorial.md file - step 8

zhna123 opened this issue · 1 comments

Instead of git push origin -u origin <add-your-branch-name>,
it should be git push -u origin <add-your-branch-name>

Good catch! I'll quickly fix this. 👍