摘要: 创建新工程 提交代码 git pull origin master //origin是远程仓库的别名,通过git remote命令来定义和查看git Add .git commit -m "commit message"git push origin master 各种查看 git remote - 阅读全文
posted @ 2019-11-10 22:48 蒸熊掌 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 使用阿里云的composer镜像,可以极大提高速度。原文详见:https://mirrors.aliyun.com/composer/index.html composer config -g repo.packagist composer https://mirrors.aliyun.com/co 阅读全文
posted @ 2019-11-10 22:47 蒸熊掌 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 禅道: /opt/zbox/bin/mysql -u root -P 3306 -p 通过mysqldump备份数据库: mysqldump -uroot -p123 test > test.dump mysql常用命令: show databases; show tables; use datab 阅读全文
posted @ 2019-11-10 22:45 蒸熊掌 阅读(101) 评论(0) 推荐(0) 编辑