增加同步指令.

Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
ithink.chan 2019-11-11 14:13:58 +08:00
parent 6617ebe236
commit 5d98ef48f9
1 changed files with 4 additions and 0 deletions

View File

@ -180,6 +180,10 @@ git 支持 http、https、ssh 格式的 URL 访问。
git push origin --delete tag <tagname>
如果远程分支/Tab 已经删除,需要同步到本地,可使用以下命令:
git remote prune <repository>
## 推送/获取 Tag
推送本地 Tag 到远程的命令为: