随笔分类 -  Git

Git
摘要:Github:https://github.com/lgsp-Leslie/flask_movie Python:3.9 Mysql:8.0.17 Flask==1.1.2 flask-redis==0.4.0 Flask-SQLAlchemy==2.5.1 Flask-WTF==0.14.3 my 阅读全文
posted @ 2021-05-21 18:17 嘆世殘者——華帥 阅读(430) 评论(0) 推荐(0)
摘要:colorama test.py #!/usr/bin/env python3 # coding=utf-8 # Version:python3.6.1 # Project:vega # File:test.py # Data:2020/9/16 13:20 # Author:LGSP_Harold 阅读全文
posted @ 2020-11-15 12:50 嘆世殘者——華帥 阅读(212) 评论(0) 推荐(0)
摘要:pycharm-创建项目-初始化项目—— 右键项目-新建.ignore file-.gitignore file(git)-选择模板-自定义添加不上传的目录—— VCS-导入到版本控制-创建git存储库—— 右键-Create Gist-输入线上仓库的名字-自动创建线上仓库—— 打开gitee-我的 阅读全文
posted @ 2020-11-11 12:38 嘆世殘者——華帥 阅读(269) 评论(0) 推荐(0)
摘要:远程先开好分支然后拉到本地 git checkout -b harold origin/harold //检出远程的harold分支到本地 本地开好分支然后推送到远程 git checkout -b harold //创建并切换到分支harold git push origin harold:har 阅读全文
posted @ 2020-06-02 15:35 嘆世殘者——華帥 阅读(192) 评论(0) 推荐(0)
摘要:安装 $ yum install git $ git --version 配置 $ git config --global user.name "Harold-Hua" $ git config --global user.email "xxxxxx@xxx.com" $ git config -- 阅读全文
posted @ 2020-04-24 15:55 嘆世殘者——華帥 阅读(2595) 评论(0) 推荐(0)