在git本地库中开发程序,然后推到github,从github拉项目

登录自己git账号

一、注册登录github网站,点击+号New repoaitory,创建新项目

二、点击绿色Clone or download查看链接

三、打开虚拟机ubuntu命令选择合适目录,输入git clone +链接网址

四、新建项目文件夹mkdir 项目名称

创建测试文件

提交到暂存区

提交到仓库

提交到远程仓库

五、在本地创建django项目,之后重复第四步推到github上

猜你喜欢

转载自blog.csdn.net/qq_36045385/article/details/81530752
今日推荐