0 votes
in Git by
How do we push a branch to github?

1 Answer

0 votes
by

Make another branch: git checkout – b feature_branch_name.

Alter, include and submit your records.

Push your branch to the remote repository: git push – u source feature_branch_name.

...