# myopenwrt **Repository Path**: teasiu/myopenwrt ## Basic Information - **Project Name**: myopenwrt - **Description**: openwrt newifi dragino2 x86_64 - **Primary Language**: Shell - **License**: LGPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-27 - **Last Updated**: 2021-03-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # myopenwrt #### 介绍 openwrt newifi dragino2 x86_64 ```` screen -S myopenwrt bash compile.sh ```` 触发自动编译 ```` git tag 2021-03-5 git push origin main --tags 2021-03-5 ```` 删除本地tag ```` git tag -d 2021-03-5 ```` 查看远程所有tag ```` git ls-remote --tags origin ```` 删除远程tag ```` git push origin :refs/tags/tag-name ````