Relatively new to Odoo.sh and github. Need a clear process to follow when performing development using Odoo.sh and github.
When making enhancements to a module I do understand the standards and rules. What is unclear is the git process.
I have been successful in Odoo.sh with the following process, but somehow I ended up with a fatal: not a git repository: error.
This is the process I have been following:
1. Using the odoo editor I make my changes to my xml and py files in my ~/user/[custom_module].
2. Using the webshell, I use git checkout to insure I'm on the correct branch
3. Use git add - To add my changes to git
4. Use git commit - To commit my changes to the branch
5. Use git push https - To push my changes to the branch
This process has worked three times with the branch that I have been working on, then things began to go sour. I'm looking at deleting my repository and starting all over again. But before I go down this road again, I would like to find or create a document on the proper steps for development in Odoo.sh.
Any suggestions?