首页
chatGPT
关于
友链
其它
统计
更多
壁纸
留言
Search
1
cgroup--(4)cgroup v1和cgroup v2的详细介绍
6,381 阅读
2
修改Linux Kernel defconfig的标准方法
6,375 阅读
3
Android系统之VINTF(1)manifests&compatibility matrices
5,957 阅读
4
使用git生成patch和应用patch
3,441 阅读
5
c语言的__attribute__
3,165 阅读
默认分类
文章收集
学习总结
算法
环境配置
知识点
入门系列
vim
shell
Git
Make
Android
Linux
Linux命令
内存管理
Linux驱动
Language
C++
C
工具
软件工具
Bug
COMPANY
登录
Search
标签搜索
shell
Linux
c
uboot
Vim
vintf
Linux驱动
Android
device_tree
git
DEBUG
arm64
链表
数据结构
IDR
内核
ELF
gcc
ARM
网址
adtxl
累计撰写
365
篇文章
累计收到
14
条评论
首页
栏目
默认分类
文章收集
学习总结
算法
环境配置
知识点
入门系列
vim
shell
Git
Make
Android
Linux
Linux命令
内存管理
Linux驱动
Language
C++
C
工具
软件工具
Bug
COMPANY
页面
chatGPT
关于
友链
其它
统计
壁纸
留言
搜索到
41
篇与
的结果
2021-09-07
[转载]makefile 中竖线 “|” 管道符的作用
版权声明:本文为CSDN博主「_Modest_」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。原文链接:https://blog.csdn.net/yangjizhen1533/article/details/113681130
2021年09月07日
876 阅读
0 评论
0 点赞
2021-08-14
vim入门--(0)安装
暂无简介
2021年08月14日
913 阅读
0 评论
0 点赞
2021-08-05
[转载]linux – bash / Makefile中双符号的意思是什么?
暂无简介
2021年08月05日
1,006 阅读
0 评论
0 点赞
2021-07-08
.gitignore文件语法和常见写法
暂无简介
2021年07月08日
906 阅读
0 评论
0 点赞
2021-07-01
git origin的含义
转载自https://www.cnblogs.com/xuyaowen/p/git-origin.html
2021年07月01日
719 阅读
0 评论
0 点赞
2021-07-01
git将一段commit合并到另一个分支
部分转载自https://www.jianshu.com/p/4a8f4af4e803
2021年07月01日
1,729 阅读
0 评论
1 点赞
2021-06-21
How do I make existing non-bare repository bare?
1.stackoverflowHow to convert a normal Git repository to a bare one?2.How do I make existing non-bare repository bare?https://git.wiki.kernel.org/index.php/GitFaq#How_do_I_make_existing_non-bare_repository_bare.3FAfter making sure that there are no uncommitted changes, etc.:$ mv repo/.git repo.git $ git --git-dir=repo.git config core.bare true $ rm -rf repoThe problem with the above process is that it doesn't take into account future internal changes of Git. A safer method is to let Git handle all the internal settings for you by doing something like this.* ssh to remote server * git clone --bare -l <path_to_repos> <new_dir> * renamed old repository directory * renamed new repository dir to what old repository used to be.othergit config --bool core.bare falsegit config --bool core.bare true
2021年06月21日
1,012 阅读
1 评论
0 点赞
2021-06-21
git 忽略跟踪文件
暂无简介
2021年06月21日
656 阅读
0 评论
0 点赞
2021-05-28
[转载]git stash用法
转载自git stash 用法总结和注意点
2021年05月28日
738 阅读
0 评论
0 点赞
2021-02-19
vim入门--(3)小改动
暂无简介
2021年02月19日
847 阅读
0 评论
1 点赞
1
2
3
...
5