Skip to content

Commit dc8be39

Browse files
committed
Merge branch 'mh/password-can-be-pat'
Documentation update to git-credential(1). * mh/password-can-be-pat: Documentation/gitcredentials.txt: mention password alternatives
2 parents 69eb1be + 54e95b4 commit dc8be39

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Documentation/gitcredentials.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ DESCRIPTION
1717

1818
Git will sometimes need credentials from the user in order to perform
1919
operations; for example, it may need to ask for a username and password
20-
in order to access a remote repository over HTTP. This manual describes
21-
the mechanisms Git uses to request these credentials, as well as some
22-
features to avoid inputting these credentials repeatedly.
20+
in order to access a remote repository over HTTP. Some remotes accept
21+
a personal access token or OAuth access token as a password. This
22+
manual describes the mechanisms Git uses to request these credentials,
23+
as well as some features to avoid inputting these credentials repeatedly.
2324

2425
REQUESTING CREDENTIALS
2526
----------------------

0 commit comments

Comments
 (0)