YohLee / Learning

学习资料
2 stars 0 forks source link

git 命令 #19

Open YohLee opened 4 years ago

YohLee commented 4 years ago

//拉去远程分支 git clone -b dev git@192.165.122.10:bigdata/learn_node.git

YohLee commented 4 years ago

git config --global user.name "lilei"

git config --global user.email lilei@gmail.com

git init

ssh-keygen -t rsa -C "lilei@gmail.com"

git clone -b dev git@git.china.cn:12343/bigdata/bigdata_backend.git