Git Command Usage Notes

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/zhuchuji/article/details/82682283
git log --stat
git merge --no-ff
git clone repo_url --branch branch_name --single-branch
git push origin branch --delete
git config credential.helper store

猜你喜欢

转载自blog.csdn.net/zhuchuji/article/details/82682283