Skip to content

Commit 676945d

Browse files
committed
Pass username to git credential-read-only snippet
The username parameter is now required. Signed-off-by: Bagas Sanjaya <[email protected]>
1 parent 78c016a commit 676945d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

book/07-git-tools/sections/credentials.asc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ Here's what an interactive session looks like:
184184
$ git credential-read-only --file=/mnt/shared/creds get
185185
protocol=https
186186
host=mygithost
187+
username=bob
187188
188189
protocol=https
189190
host=mygithost

0 commit comments

Comments
 (0)