摘要: 使用git rebase -i命令 git log获取commit信息 commit 58211e7a5da5e74171e90d8b90b2f00881a48d3a Author: test <test@36nu.com> Date: Fri Sep 22 20:55:38 2017 +0800 阅读全文
posted @ 2021-07-08 13:21 蟹老板不懂cpp 阅读(939) 评论(0) 推荐(0)
摘要: 命令及说明 从远程拉取分支到本地 git checkout -b 本地分支名 origin/远程分支名 将本地新建分支与远程分支相关联(在当前分支下) git branch -u origin/分支名 阅读全文
posted @ 2021-07-03 17:36 蟹老板不懂cpp 阅读(124) 评论(0) 推荐(0)
摘要: 5GC中常见名词解释 5GC各网元名词解释 UPF,User Plane Function 用户平面功能 PCF,Policy Control Function 策略控制功能 AMF,Access and Mobility Management Function 接入及移动性管理功能,相当于4GMM 阅读全文
posted @ 2021-07-02 21:41 蟹老板不懂cpp 阅读(4962) 评论(0) 推荐(0)