I am just starting to modify an example project from the "43xxx_Wi-Fi" example projects in WICED Studio 6.4. I would like to use some sort of version control to keep track of the project. So far I've been editing a copy of the original project that exists in the same directory as the original. Ideally I would like to host a repository on BitBucket. If that is not possible, what is the best approach for version control of a WICED project?
Solved! Go to Solution.
Go to the source folder 43xxx_Wi-Fi in git bash and follow the steps given below:
git init
git add .
Go to the source folder 43xxx_Wi-Fi in git bash and follow the steps given below:
git init
git add .