Kart Git And TUFLOW: Difference between revisions
Content deleted Content added
Ellis Symons (talk | contribs) |
Ellis Symons (talk | contribs) |
||
Line 26:
* <b><u>[https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account Adding an SSH key]</u></b>
<br>
Each time you open a new instance of Git Bash, you will need to add the ssh key again if you do not want to repeatedly have to enter your password (to be clear, the key does not require to be generated each time). The steps to add the ssh key are described below (taken from the above link) for ease of access.
<pre>
eval "$(ssh-agent -s)"
| |||