DEV Community

Discussion on: Contributing to a Go open source repository

Collapse
 
rafaquelhodev profile image
rafaquelhodev

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
Enter fullscreen mode Exit fullscreen mode