不灭的焱

加密类型:SHA/AES/RSA下载Go
复合类型:切片(slice)、映射(map)、指针(pointer)、函数(function)、通道(channel)、接口(interface)、数组(array)、结构体(struct) Go类型+零值nil
引用类型:切片(slice)、映射(map)、指针(pointer)、函数(function)、通道(channel) Go引用

作者:AlbertWen  添加时间:2013-03-03 22:59:56  修改时间:2025-09-09 07:30:04  分类:01.Linux基础  编辑

添加 远程仓库,如:

git remote add origin gogs@106.15.180.999:wenjianbao/git_study.git

 

删除 远程仓库,如:

git remote rm origin

 

查看当前远程仓库:

git remote