首页 > 代码库 > 提交代码到GitHub

提交代码到GitHub

1. git add .

2. git commit -m ‘介绍’

3. git push -u origin master 就可以将代码提交到github中了。

提交代码到GitHub