当前位置: 首页> 科技> 数码 > 望野王_在线链接转换工具_广州seo团队_百度seo排名优化如何

望野王_在线链接转换工具_广州seo团队_百度seo排名优化如何

时间:2025/8/28 17:25:35来源:https://blog.csdn.net/bortonyu/article/details/143669333 浏览次数:0次
望野王_在线链接转换工具_广州seo团队_百度seo排名优化如何

1. git checkout -t -b vdk  origin/vdk   创建和切换到新的vdk分支。
2. 建立本地分支和远程分支的关联关系
git branch --set-upstream-to=origin/dev  dev
等价于git branch -u origin/dev dev
或者git branch -u origin/dev,默认本地当前分支

git branch -u origin/corsica_dpu_dev  corsica_dpu_dev

git branch -u origin/csub  csub

3. git log --author=sam.yu

COSSW-7135: optimize corsica-bos-n2 code
 
feat:     1. check lds memory size

Signed-off-by:  sam.yu <sam.yu@jaguarmicro.com>

COSSW-17626:【CSUB】【CMN700】PV TESTCASE of CMN700

feat:     1. add check lds memory size
 
Signed-off-by:  sam.yu <sam.yu@jaguarmicro.com>

GRLSW-1: Zephyr adapts to n2

feat: modify the function: hello and fix input string bug

Signed-off-by: Sam.Yu <sam.yu@jaguarmicro.com>

4. 解决原始仓库和fork仓库冲突的方法
https://blog.csdn.net/qq_53225741/article/details/125014571
下面方法来自zg
git remote add project_name ssh://git@bit.jaguarmicro.com:7999/jsp/cortex-bos-m7.git
git pull project_name(git fetch project_name:下载代码)
git merge  project/brance_nam

5. 修改fork仓库的commit信息 ,,,尽量只修改当前的这条信息,rebase尽量少用。
1. git rebase -i HEAD~2,修改pick为edit
2. git commit --amend
3. git rebase --continue
4. git pull
5. git push

6. stash
git stash save "xxx"
git stash list
git stash pop
git stash apply  stash@\{xxxx\}
git stash drop/git stash clear


git reset --soft HEAD~2
git push -f


git config --global user.name "sam.yu"
git config --global user.email "sam.yu@jaguarmicro.com"
ssh-keygen -t rsa -C "sam.yu@jaguarmicro.com"
cat ~/.ssh/id_rsa.pub

github国内镜像:
网址一:https://hub.nuaa.cf/
网站二:https://gitclone.com/
git config --global url."https://hub.nuaa.cf/".insteadOf "https://github.com/"

合并多条历史记录
git rebase -i HEAD~3
https://blog.csdn.net/qgccdd061313/article/details/133982965


git checkout 历史版本
回到最新的版本
git checkout csub
确保分支是最新的。
git pull origin csub

关键字:望野王_在线链接转换工具_广州seo团队_百度seo排名优化如何

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

责任编辑: