Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Github 如何使用GitLab UI更新本地存储库?_Github_Gitlab_Github Desktop - Fatal编程技术网

Github 如何使用GitLab UI更新本地存储库?

Github 如何使用GitLab UI更新本地存储库?,github,gitlab,github-desktop,Github,Gitlab,Github Desktop,我希望使用GitLab UI更新我的本地存储库。在不使用命令行或任何其他客户端应用程序(如GitHUB desktop)的情况下,这是可能的 感谢GitLab UI首先代表您的远程repo,由托管服务器的远程Git存储库托管 它可以向您显示要执行的git命令,以便克隆git存储库,但您仍然需要在本地工具或CLI中使用该URL,如git clone/URL/gitlab/repo

我希望使用GitLab UI更新我的本地存储库。在不使用命令行或任何其他客户端应用程序(如GitHUB desktop)的情况下,这是可能的


感谢

GitLab UI首先代表您的远程repo,由托管服务器的远程Git存储库托管

它可以向您显示要执行的git命令,以便克隆git存储库,但您仍然需要在本地工具或CLI中使用该URL,如
git clone/URL/gitlab/repo