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
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
1
Responder
481
Vistas
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.
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Inscribirse