Hi Simone, basically you have to send your local changes to GitHub. So, go to the folder you've cloned the project (/home/forked_bubbletea in the example) and type the commands in the terminal:
git add .
git push
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.
Hi Simone, basically you have to send your local changes to GitHub. So, go to the folder you've cloned the project (
/home/forked_bubbleteain the example) and type the commands in the terminal: