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.

Related questions

0 votes
asked Jan 9, 2021 in Git by SakshiSharma
0 votes
asked Aug 24, 2023 in Git by JackTerrance
...