Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit213fffb

Browse files
authored
chore: add git-config module to dogfood template (#19489)
As a developer, I want to be immediately able to run `git commit` in afresh workspace.
1 parent82f2e15 commit213fffb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎dogfood/coder/main.tf‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,13 @@ module "dotfiles" {
359359
agent_id=coder_agent.dev.id
360360
}
361361

362+
module"git-config" {
363+
count=data.coder_workspace.me.start_count
364+
source="dev.registry.coder.com/coder/git-config/coder"
365+
version="1.0.31"
366+
agent_id=coder_agent.dev.id
367+
}
368+
362369
module"git-clone" {
363370
count=data.coder_workspace.me.start_count
364371
source="dev.registry.coder.com/coder/git-clone/coder"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp