# 物联网技术应用 **Repository Path**: hencter/app-iot-tech ## Basic Information - **Project Name**: 物联网技术应用 - **Description**: 物联网技术应用仓库-讲师:zyy - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-30 - **Last Updated**: 2022-10-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: 大二 ## README # Application of Internet of things technology Manage projects in the course ## Project management mode ```shell mkdir cd mkdir main cd main touch README.md git init git add . git commit -m "first commit" # Use multi branch and work tree manage git checkout --orphan git add . git commit -m "branch first commit" git checkout master git worktree add ../ ``` ## Branches - master - tinymall-front-end - tinymall-back-end Tips: If you want to push, please push after the local test is successful