Git版本控制代码冲突
发布时间
阅读量:
阅读量
首先进行分支的克隆操作:
:git clone https://github.com/LLLUZHAO/Test.git
正克隆到 'Test'...
remote: Enumerating objects: 3, done.
remote: Counting objects: 100% (3/3), done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 3 (delta 0), reused 3 (delta 0), pack-reused 0
展开对象中: 100% (3/3), 完成.
建立新的分支并切换至该分支:
:cd Test
:git branch zhaolu
:git checkout zhaolu
切换到分支 'zhaolu'
:git branch
master
* zhaolu
:cat 1
:cat << EOF > 1
> lurongming
> EOF
全部评论 (0)
还没有任何评论哟~
