- depending on what you're doing, you may find using github or gitlabs easier. however if for some reason you need to do it via terminal, here is a guide. if you have not already you'll need to install git
- open up your terminal
- make menuconfig
- for each file do git add [file] where [file] is the path to the changed file
- git commit -m "put your message here"
- git push