zoukankan      html  css  js  c++  java
  • git tag

    1018 git clone https://github.com/kubernetes/ingress-nginx.git
     
    1023 git tag --list
     
    1025 git checkout -b controller-v0.44.0
     

    root@ubuntu:~/nginx_ingress/ingress-nginx/images/nginx# git checkout  nginx-0.30.0
    error: Your local changes to the following files would be overwritten by checkout:
            Makefile
            build/run-in-docker.sh
            images/httpbin/rootfs/Dockerfile
            images/nginx/rootfs/Dockerfile
            rootfs/Dockerfile
    Please commit your changes or stash them before you switch branches.
    Aborting
    root@ubuntu:~/nginx_ingress/ingress-nginx/images/nginx#
  • 相关阅读:
    vlan原理与配置
    路由协议-ospf
    路由协议-rip
    人品
    阿波罗礼赞
    跳石头
    FBI树
    方程求解
    循环比赛
    国王的游戏
  • 原文地址:https://www.cnblogs.com/dream397/p/15080792.html
Copyright © 2011-2022 走看看