Skip to content

Commit ee6e3bd

Browse files
committed
add info on VSCode and Positron.
1 parent ec039ae commit ee6e3bd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

GitHub-Guide.qmd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,13 @@ To push and pull changes to GitHub from your computer, you will need to authenti
9595

9696
* GitHub Desktop. Sign into GitHub under GitHub Desktop > Settings > Account. For both GitHub Free and GitHub Enterprise Cloud, sign into github.com with your username and password (not token). Ignore the GitHub Enterprise sign in. The latter is for an on-premise installation of Enterprise not for Enterprise in the Cloud (which NMFS has).
9797

98-
* Using a Personal Access Token. When using other interfaces to GitHub (like RStudio or the terminal), you can use a token. Go to <https://github.com/settings/tokens> and create a token, which you will use when asked for a password from GitHub. Typically, the scope only needs repo. If you use GitHub Actions, add workflow scope. Copy the token as you will not see it again after it is created. If you need to use the token for GitHub Enterprise, select the Configure SSO button and select your GitHub Enterprise organization.
98+
* VSCode, GitKraken, Positron. Similar to GitHub Desktop, these allow you to authenticate by signing into your GitHub account with your username and password.
99+
100+
* Using a Personal Access Token. When using RStudio or the terminal to interact with GitHub, you can use a token. Go to <https://github.com/settings/tokens> and create a token, which you will use when asked for a password from GitHub. Typically, the scope only needs repo. If you use GitHub Actions, add workflow scope. Copy the token as you will not see it again after it is created. If you need to use the token for GitHub Enterprise, select the Configure SSO button and select your GitHub Enterprise organization.
99101

100102
* Using SSH. <https://www.geeksforgeeks.org/using-github-with-ssh-secure-shell/>
101103

102-
Please see the NMFS Open Science Resource Book on [installing Git and Authenticating to GitHub](https://nmfs-opensci.github.io/ResourceBook/content/github/authenticating.html) for more information on the specifics of set-up for RStudio, VSCode, terminal, etc.
104+
Please see the NMFS Open Science Resource Book on [installing Git and Authenticating to GitHub](https://nmfs-opensci.github.io/ResourceBook/content/github/authenticating.html) for details on the specifics of set-up for RStudio, VSCode, terminal, etc.
103105

104106
## Background {#sec-background}
105107

0 commit comments

Comments
 (0)