Git 个人常用命令

首页 / 正文
git init //初始化

git clone https://gitee.com/mr-qiu-lin/laravel.git //拉取

git add -A //提交所有

git commit -m 'your_message' //提交

git push origin master //推送

git checkout 5.7 //切换分支
打赏
评论区
头像