摘要: git branch 查看本地所有分支git status 查看当前状态 git commit 提交 git branch -a 查看所有的分支git branch -r 查看本地所有分支git commit -am "init" 提交并且加注释 git remote add origin git@... 阅读全文
posted @ 2017-06-05 13:15 阡陌轻殇 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 1. 下载windows版本 git客户端(或者是在linux环境下进行操作)2. 在github上注册账户,官网地址[github官网](https://github.com), 注册登录后进入setting, 点击进入 ssh keys, 然后add ssh;3. 所要add的ssh key 通... 阅读全文
posted @ 2017-06-05 13:03 阡陌轻殇 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 实验环境:centos6步骤:(一)搭建lnmp环境:http://jingyan.baidu.com/article/948f5924372f04d80ff5f9e8.html (二)下载wordPress并进行搭建:https://yq.aliyun.com/articles... 阅读全文
posted @ 2017-06-05 11:22 阡陌轻殇 阅读(158) 评论(0) 推荐(0) 编辑