command to push to a branch in git code example
Example 1: github Push local branch to Remote
git push origin <Branch_Name>
Example 2: git push branch
git checkout -b ma_branche_de_developpement
git push -u repository_distant ma_branche_de_developpement