迷你壳

时间:2024-03-01 00:31:51
【文件属性】:

文件名称:迷你壳

文件大小:48KB

文件格式:ZIP

更新时间:2024-03-01 00:31:51

C

迷你壳 描述 文献资料 组织回购: : 资源 文件 测试人员 工作流程 去做 工作流程 使用fork和MR为项目做贡献 Git工作流程 :backhand_index_pointing_down: 在工作分支上,提交我要在主分支上进行的更改: $ git add $ git commit -m " message " $ git checkout main //go to main to fetch this commit 从工作分支到主分支的提货提交 $ git reflog //copy your commit ID $ git cherry-pick ID //paste the ID 推送请求之前,请更新本地文件夹 $ git fetch upstream //fetch upstream data $ git merge upstream/main //mer


【文件预览】:
minishell-main
----.gitignore(504B)
----README.md(2KB)
----test()
--------pointer_function.c(897B)
--------maintest.c(1KB)
--------Makefile(2KB)
----includes()
--------minishell.h(4KB)
--------struct.h(184B)
----libft()
--------includes()
--------srcs()
--------Makefile(3KB)
----srcs()
--------builtins_2.c(433B)
--------main.c(2KB)
--------main_loop.c(5KB)
--------environment_2.c(608B)
--------environment.c(2KB)
--------builtins_1.c(1KB)
----Makefile(2KB)

网友评论

相关文章