You can either use the command line to manage git or use a GUI like sourcetree.
git init
git add .
git commit -m "Description"
git push
To use with forge:
1- Createa repository in github
2- Push code
3- Connect via forge
Self