Version Control in WICED Studio

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
CoCo_1816446
Level 4
Level 4
25 replies posted 10 replies posted 5 replies posted

     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?

0 Likes
1 Solution
RaktimR_11
Moderator
Moderator
Moderator
500 replies posted 250 replies posted 100 replies posted

Go to the source folder 43xxx_Wi-Fi in git bash and follow the steps given below:

git init

git add .

View solution in original post

1 Reply
RaktimR_11
Moderator
Moderator
Moderator
500 replies posted 250 replies posted 100 replies posted

Go to the source folder 43xxx_Wi-Fi in git bash and follow the steps given below:

git init

git add .