Do I create a production branch using GitHub commands only?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
1
Reply
479
Views
Yes Tich
You can create using this command
git checkout -b production
Thanks.
Thank you so much Nikhil. Is there another way besides using the command?
yes you can use like this way
git branch production
after you need to checkout on that branch
git checkout production
Noted. Once again thank you.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up