step1: 初始化
git init
step2: 加载文件
step3: 提交文件,创建时间点+注释git add .
git commit -m "init commit"
step4: 推送代码
git push
step5:输入github账号密码,done!
step1: 初始化
git init
step2: 加载文件
step3: 提交文件,创建时间点+注释git add .
git commit -m "init commit"
step4: 推送代码
git push
step5:输入github账号密码,done!