首页
关于
友链
其它
统计
壁纸
更多
留言
Search
1
cgroup--(4)cgroup v1和cgroup v2的详细介绍
6,572 阅读
2
修改Linux Kernel defconfig的标准方法
6,477 阅读
3
Android系统之VINTF(1)manifests&compatibility matrices
6,080 阅读
4
使用git生成patch和应用patch
3,606 阅读
5
c语言的__attribute__
3,187 阅读
默认分类
文章收集
学习总结
算法
环境配置
知识点
入门系列
vim
shell
Git
Make
Android
Linux
Linux命令
内存管理
Linux驱动
Language
C++
C
Rust
工具
软件工具
Bug
COMPANY
登录
Search
标签搜索
Rust
shell
Linux
c
uboot
Vim
vintf
Linux驱动
Android
device_tree
git
DEBUG
arm64
链表
数据结构
IDR
内核
ELF
gcc
ARM
adtxl
累计撰写
381
篇文章
累计收到
16
条评论
首页
栏目
默认分类
文章收集
学习总结
算法
环境配置
知识点
入门系列
vim
shell
Git
Make
Android
Linux
Linux命令
内存管理
Linux驱动
Language
C++
C
Rust
工具
软件工具
Bug
COMPANY
页面
关于
友链
其它
统计
壁纸
留言
搜索到
41
篇与
的结果
2021-09-07
[转载]makefile 中竖线 “|” 管道符的作用
版权声明:本文为CSDN博主「_Modest_」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。原文链接:https://blog.csdn.net/yangjizhen1533/article/details/113681130
2021年09月07日
886 阅读
0 评论
0 点赞
2021-08-14
vim入门--(0)安装
暂无简介
2021年08月14日
925 阅读
0 评论
0 点赞
2021-08-05
[转载]linux – bash / Makefile中双符号的意思是什么?
暂无简介
2021年08月05日
1,039 阅读
0 评论
0 点赞
2021-07-08
.gitignore文件语法和常见写法
暂无简介
2021年07月08日
918 阅读
0 评论
0 点赞
2021-07-01
git origin的含义
转载自https://www.cnblogs.com/xuyaowen/p/git-origin.html
2021年07月01日
724 阅读
0 评论
0 点赞
2021-07-01
git将一段commit合并到另一个分支
部分转载自https://www.jianshu.com/p/4a8f4af4e803
2021年07月01日
1,770 阅读
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,023 阅读
1 评论
0 点赞
2021-06-21
git 忽略跟踪文件
暂无简介
2021年06月21日
658 阅读
0 评论
0 点赞
2021-05-28
[转载]git stash用法
转载自git stash 用法总结和注意点
2021年05月28日
751 阅读
0 评论
0 点赞
2021-02-19
vim入门--(3)小改动
暂无简介
2021年02月19日
848 阅读
0 评论
1 点赞
1
2
3
...
5