Fool's blog Fool's blog
首页
  • Ansible
  • Jenkins
  • Docker
  • Kubernetes
  • Linux常用命令
  • Git
  • Nginx
  • PVE
  • Samaba
  • Python
  • Go
GitHub (opens new window)

The Fool

运维萌新
首页
  • Ansible
  • Jenkins
  • Docker
  • Kubernetes
  • Linux常用命令
  • Git
  • Nginx
  • PVE
  • Samaba
  • Python
  • Go
GitHub (opens new window)
  • Git
    • Nginx
    • PVE
    • Samba
    • Tools
    The Fool
    2025-11-02
    目录

    Git

    # Git

    cd /vuepress #cd 到程序目录
    
    1

    # 查看当前分支

    git branch
    
    1

    # 查看当前更改

    git status  
    
    1

    # 添加所有更改到暂存区

    git add . 
    
    1

    # 提交更改

    git commit -m "描述你的更改"
    
    1

    # 推送更改到远程仓库

    git push origin main 
    
    1

    # 克隆项目

    git clone https://github.com/zsan1229/vuepress.git #clone
    cd vuepress #cd 到项目目录
    npm install #安装依赖
    
    1
    2
    3
    #Git
    Nginx

    Nginx→

    最近更新
    01
    viper
    12-20
    02
    Jenkins基础
    12-19
    03
    Jenkins实践
    12-19
    更多文章>
    Theme by Vdoing | Copyright © 2024-2025 The Fool
    • 跟随系统
    • 浅色模式
    • 深色模式
    • 阅读模式