Skip to content

Commit 709f825

Browse files
authored
Replace references to Lastpass with Bitwarden (#1925)
1 parent 9ac020d commit 709f825

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vignettes/articles/git-credentials.Rmd

+3-3
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ See GitHub's most current instructions here:
113113

114114
[Securing your account with two-factor authentication (2FA)](https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa)
115115

116-
If you don't already use a password manager such as 1Password, this is a great time to start!
116+
If you don't already use a password manager such as 1Password or Bitwarden, this is a great time to start!
117117
Among other benefits, these apps can serve as an authenticator for 2FA.
118118

119119
Turning on 2FA is recommended, but optional.
@@ -147,11 +147,11 @@ Once you're happy with the token's *Note*, *Expiration*, and *Scopes*, click "Ge
147147
You won't be able to see this token again, so don't close or navigate away from this browser window until you store the PAT locally.
148148
Copy the PAT to the clipboard, anticipating what we'll do next: trigger a prompt that lets us store the PAT in the Git credential store.
149149

150-
Sidebar about storing your PAT: If you use a password management app, such as 1Password or LastPass (highly recommended!), you might want to add this PAT (and its *Note*) to the entry for GitHub.
150+
Sidebar about storing your PAT: If you use a password management app, such as 1Password or Bitwarden (highly recommended!), you might want to add this PAT (and its *Note*) to the entry for GitHub.
151151
Storing your PAT in the Git credential store is a semi-persistent convenience, sort of like a browser cache or "remember me" on a website, but it's quite possible you will need to re-enter your PAT in the future.
152152
You could decide to embrace the impermanence of your PAT and, if it is somehow removed from the store, you'll just re-generate a new PAT and re-enter it.
153153
If you accept the default 30-day expiration period, this is a workflow you'll be using often anyway.
154-
But if you create long-lasting tokens or want to play around with the functions for setting or clearing your Git credentials, it can be handy to have your own record of your PAT in a secure place, like 1Password or LastPass.
154+
But if you create long-lasting tokens or want to play around with the functions for setting or clearing your Git credentials, it can be handy to have your own record of your PAT in a secure place, like 1Password or Bitwarden.
155155

156156
### Put your PAT into the local Git credential store
157157

0 commit comments

Comments
 (0)