gitlab创建分支上传文件merge到主分支流程

1.首先clone下gitlab中的master主分支的内容到本地 2. git config --global user.name "username" git config --global user.email "[email protected]" 3.将要上传的文件放到下载下来的文件下,并进入 4. git status #查看当前分支 git branch #查看有多少分支 git c
相关文章
相关标签/搜索