V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
AndrewHenry
V2EX  ›  Visual Studio Code

vs Code 的 git 管理好舒服怎么

  •  
  •   AndrewHenry · 5 天前 · 1870 次点击
    除了提交到 github 还可以提交到其他代码平台吗?需要安装什么插件吗?
    4 条回复    2025-04-07 02:00:35 +08:00
    shinession
        1
    shinession  
       5 天前
    可以提交其他 git 平台, 不用插件, git 源设置好链接就行
    loading
        2
    loading  
       5 天前
    建议用 fork.app
    跨平台,而且经验不会绑定在 vsc
    hwdq0012
        3
    hwdq0012  
       4 天前
    git remote -vv 查看 pull 和 fetch 的 repository , 通常是同一个,默认的一般叫 origin
    git remote add 你的 gitlabel 的 repos 地址之类的
    git push 远程名( origin 或 aitlabel 之类的你添加的 remote 名称
    git pull 远程名
    Zeeland4v
        4
    Zeeland4v  
       2 天前
    分享一下我之前做的 gcop ,一个特别适合团队协作写 git commit 的 git copilot ,还提供了很多方便的 git alias https://www.v2ex.com/t/1086271#reply3
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   3108 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 21ms · UTC 12:42 · PVG 20:42 · LAX 05:42 · JFK 08:42
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.