Create and delete a branch in GIT

Create a branch on git

git checkout -b flop_project_1

git push

Delete a branch from git

git branch -d flop_project_1

git push origin :flop_project_1
Reactions

Post a Comment

0 Comments