Skip to content

Commit 8d3f871

Browse files
authored
Update example ggconf.yaml
1 parent 1a7bed4 commit 8d3f871

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.ggConf.yaml renamed to .ggConf.yaml.example

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Rename this file to .ggConf.yaml
2+
13
# This will skip the directories while traversing
24
#skipDirectories:
35
# - ignore
@@ -11,7 +13,7 @@
1113
#
1214

1315
# This configures the ssh config used to access repositories. Use `ssh_agent: true` to let git agent take care of config.
14-
ssh:
15-
privateKey: '/home/ninan/.ssh/gg'
16-
username: 'git'
17-
ssh_agent: false
16+
# ssh:
17+
# privateKey: '/home/ninan/.ssh/gg'
18+
# username: 'git'
19+
# ssh_agent: false

0 commit comments

Comments
 (0)