cw.fan
首页 关于本人 工具资料收集 Composer 中文镜像!

2019年10月

git tags

  • 作者: 常忘
  • 时间: 2019-10-11
  • 分类: 默认分类
  • 评论

git tags

  1. Delete the tag on any remote before you push

    git push origin :refs/tags/<tagname>
  2. Replace the tag to reference the most recent commit

    git tag -fa <tagname>
  3. Push the tag to the remote origin

    git push origin master --tags
  4. create a new tag

    git tag -a <tagname>

最新文章

  • Laravel middleware handle exernel redirect on InertiaJs
  • Enable rewrite on ubuntu server
  • PHP 导出数据到 excel 文件
  • Laravel Validator usasge
  • git tags
  • 阿里巴巴开源镜像提供的 packagist 镜像服务
  • Development Convention
  • RESTful 一些理解
  • Vue v-model 与 jQuery $.val() 冲突,Daemonite's Material UI 的 datepicker 使用
  • Restful API Response Definition

分类

  • 默认分类
  • 数据库
  • 前端技术
  • php
  • Amazon
    • Cognito
    • Lambda
  • API

归档

  • April 2023
  • July 2022
  • October 2020
  • March 2020
  • October 2019
  • July 2019
  • May 2019
  • March 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018

其它

  • 登录
  • 文章 RSS
  • 评论 RSS
  • Typecho
© 2025 cw.fan. 由 Typecho 强力驱动. 备案号:闽ICP备18020131号