Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 253 Bytes

File metadata and controls

7 lines (5 loc) · 253 Bytes

python-studying

to learn python from now,everyone can give me advice 提交代码的时候,使用git add . 命令提交全部文件(使用git status 查看要提交的内容)

6、git add .完成之后,使用 git commit -m '注释' 提交代码

7、然后使用git push将代码推送到当前分支上