linux:
yum install git -y
git checkout v1.1-bare-machine-dev
git pull v1.1-bare-machine-dev
查看
mac终端查看 git
quickaplus-deploy git:(v1.0-bare-machine-dev) ✗ cat .git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
[remote "origin"]
url = git@gitlab.alibaba-inc.com:alilog-back-end/quickaplus-deploy.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[branch "v1.0-bare-machine-dev"]
remote = origin
git 基本命令
最新推荐文章于 2024-11-05 15:46:33 发布