Initialize git proyect
> git init
> git add .
> git commit -m "your commit message"
> git remote add origin https://github.com/user_name/project_name.git
> git branch -M main
> git push -u origin main