you first need to change something in your project and register changed files to create a commit, using git add ., then you can enter command from article and "push" changes with git push -u origin master command. Hope I helped you :)
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Not working for me.
What exactly could you not do? Enter
git log, you should see something likeAuthor: Name <email@example.com>you first need to change something in your project and register changed files to create a commit, using
git add ., then you can enter command from article and "push" changes withgit push -u origin mastercommand. Hope I helped you :)