码迷,mamicode.com
首页 > 其他好文 > 详细

git随笔

时间:2019-09-26 11:18:16      阅读:104      评论:0      收藏:0      [点我收藏+]

标签:def   arm   hooks   blog   dash   http   net   tps   git add   

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随笔

标签:def   arm   hooks   blog   dash   http   net   tps   git add   

原文地址:https://www.cnblogs.com/panda-w/p/11589598.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!