Gkonst1 / chatbotEstateAgent

The project we implemented at skg code(https://www.skgcode.gr/) program. A real estate application with chatbot functionality.
0 stars 0 forks source link

Git notes for Branch #48

Open logiblue opened 5 years ago

logiblue commented 5 years ago

Creating a new branch

git checkout -b feature_branch_name

Check all available Branches

git branch

Switch to another Branch

git checkout

Push the branch to remote (Github)

git push -u origin feature_branch_name

Delete local

git branch -D branch_name