首先查看远端分支有哪些git branch -a # 返回本地加远程的 远程别名默认为remote返回如下,[root@ecs-71300 shishai_admin_fe]# git branch -a * master remotes/origin/HEAD -> origin/master remotes/origin/demo remotes/origin/mastergit checkout -b 本地分支名 origin/远程分支名git fetch <远端仓库名> git checkout -b <本地分支名> <远端仓库名>/<分支名>参考文章 >>>
chown -R www:www public/
生成私钥和公钥, 私钥由客户端保存,公钥放到~/.ssh/authorized_keys 文件中执行命令ssh-keygen -t rsa 一路回车 若文件已存在则可 领取其他名cat id_rsa.pub >> authorized_keys 追加到这个文件然后加下执行权 chmod 600 authorized_keys然后 cat id_rsa 把内容放到Jenkins账号管理
cut -f 3 distro.txt # 剪切第 3 列 cut -c 7-10 #剪切 7 - 10 字符 cut -d ':' -f 1 /etc/password # 分隔符 :
select length(col) from table1; # 字节长度 select char_length(col) from table1; # 字符数量
风里来
最后,我终于解放了我自己……