免费学习该课程!
今天就开通帐号,24,700 门业界名师课程任您挑!
Create a monorepo
- [Instructor] When your projects get bigger or you just start creating a lot of projects that are related to one another, you can create, what's called a mono repo. Now that's either one gigantic repo that has all the code for all your other repos in it. Or you can use a certain feature that lets you create symbolic links between your repos. How would you do that? I'll give you a couple of seconds to pause the video and think about how you may solve this. Mono repos can be convenient because updating code shared between repos can be a bit challenging, but they can also be hard to manage since the entire thing is in one gigantic repo. For that, we can also use a feature of Git called sub-modules, which I think is a fantastic feature. Let's start by creating a repo in GitHub. So I'm going to use github.new and I'll give this thing a name. I'm going to call it presentations. And I'll go ahead and add a read me file to…
内容
-
-
-
Clone a repo with an empty history2 分钟 28 秒
-
(已锁定)
How do you merge a linear history?4 分钟 22 秒
-
(已锁定)
Add an issue directly from the Terminal2 分钟 56 秒
-
(已锁定)
Deleting all commit history1 分钟 56 秒
-
(已锁定)
Fix a committed password4 分钟 32 秒
-
(已锁定)
Create a monorepo3 分钟 18 秒
-
(已锁定)
Update certain branches3 分钟 18 秒
-
(已锁定)
Process all branches3 分钟 48 秒
-
(已锁定)
Run accessibility audit on push6 分钟 43 秒
-
(已锁定)
Use hidden secrets in projects5 分钟 29 秒
-
(已锁定)
Run actions on a schedule3 分钟 13 秒
-
(已锁定)
Create a Docker container action5 分钟 25 秒
-
(已锁定)
Build and deploy your sites3 分钟 55 秒
-