A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Is there a tutorial for pushing development to Git?
-
@sdetweil Thanks, seems straight forward enough. I already made some changes to my live version. Should I save the changed files in another location then remove the module and then proceed with the instructions?
-
@oldrocker that’s what I do.
move the current folder ( mv command)
clone the new
make the branch,
copy files from moved
then rest is as before -
@oldrocker
What I usually do is;- make a repository in GitHub regardless already real codes are written or not
- git clone the repository in local somewhere from GitHub.
- copy working files to there, new cloned directory, from local workspace
- git add and commit then push.
-
@MMRIZE Okay, I will give it a try. Thanks!
-
@oldrocker What modules have you worked on? I love to see upgrades to the system, even if they’re not accepted in the main module.