Golang编程语言知识介绍


  • 首页

  • todo

  • 思考

  • life

  • food

  • OS

  • lua

  • redis

  • Golang

  • C

  • TCP/IP

  • ebpf

  • p4

  • OpenVPN

  • IPSec

  • L2TP

  • DNS

  • distributed

  • web

  • OpenWRT

  • 运维

  • Git

  • 鸟哥的私房菜

  • IT杂谈

  • 投资

  • About Me

  • 友情链接

  • FTP

  • 搜索
close

Git常用命令

时间: 2022-09-29   |   分类: 运维     |   阅读: 92 字 ~1分钟
  • 忽略文件权限和文件所有者
    • git config core.filemode false // 当前版本库
    • git config –global core.fileMode false // 所有版本库
  • 查看远程库信息
    • git remote 查看远程库的信息
    • git remote –v 查看远程库的详细信息
    • git remote add name url 添加远程仓库
    • git remote rename oldname newname 重命名仓库
    • git remote rm 删除仓库
#运维#
CentOS相关链接
Hugo简易介绍
shankusu2017@gmail.com

shankusu2017@gmail.com

日志
分类
标签
GitHub
© 2009 - 2025
粤ICP备2021068940号-1 粤公网安备44011302003059
0%