Skip to content

review git & github preparation #54

@nehamoopen

Description

@nehamoopen

Section 7.1.4.3 doesn't have code snippets and redirects to the GitHub Docs, we should update it because:

  • people sometimes miss it because they're just looking for code snippets
  • the guidance for Windows on the GitHub Docs suggests starting the ssh-agent using admin-elevated PowerShell, but since we're using Git Bash - the (more straightforward) commands for MacOS/Linux work fine.

Start the SSH agent:

eval "$(ssh-agent -s)"

Add private SSH key to ssh-agent:

ssh-add ~/.ssh/id_ed25519

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions