Notes

2 object(s)
 

Git基本操作

Git基本操作

添加到暂存区

git add --all;

Commit

git commit -m"commit message"

提交到远程仓库

git push