git随笔
Posted panda-w
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git随笔相关的知识,希望对你有一定的参考价值。
repo init -u ssh://wangxy@git.fd565.com:29418/Product/F3/Lichee.git
rm .repo/ -rf
rm ~/.ssh/* -rf
ssh-keygen
cat ~/.ssh/id_rsa.pu
repo sync -j8
————————————————————————————————————————————————————————————————————————————————————
git status
git add 修改的文件
git commit -m "修改的信息,说明"
git push origin HEAD:refs/for/master
git diff rootdir/init.rc
git add arch/arm/configs/sun8iw11p1smp_androidm_defconfig
错误解决方案:
gitdir=$(git rev-parse --git-dir); scp -p -P 29418 wangxy@git.fd565.com:hooks/commit-msg $gitdir/hookS
git commit --amend --no-edit
博客:
https://segmentfault.com/a/1190000015044312?utm_source=tag-newest
https://blog.csdn.net/weixin_38317875/article/details/80925750
git add ap6256/*
以上是关于git随笔的主要内容,如果未能解决你的问题,请参考以下文章