# nav **Repository Path**: hey-u/nav ## Basic Information - **Project Name**: nav - **Description**: 存放个人静态资源文件。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-19 - **Last Updated**: 2023-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README  ## 管理GitHub、Gitee - 推送远程`master`分支 ```sh npm run push ``` - 打 `tag` (tag指向`commit ID`) ```sh git tag -a -m "标签描述" eg: git tag -a v1.0.0 -m "test" ``` - 推送`tag` ```sh git push github v1.0.0 git push gitee v1.0.0 ``` - 获取`tag` ```sh git tag ``` - 删除本地`tag` ``` git tag -d 标签名 例如:git tag -d v3.1.0 ``` - 删除远程`tag` ``` git push origin :refs/tags/标签名 例如:git push origin :refs/tags/v3.1.0 ``` - jsdelivr cdn ``` https://cdn.jsdelivr.net/gh/all-smile/nav@1.0.2/static/ ```


----
Generated using Github Profilinator