Skip to content

Instantly share code, notes, and snippets.

View Surya-77's full-sized avatar
🤯

Surya Surya-77

🤯
View GitHub Profile
@Surya-77
Surya-77 / multiple-ssh-keys-git.adoc
Created June 17, 2022 12:35 — forked from alejandro-martin/multiple-ssh-keys-git.adoc
Configure multiple SSH Keys for Git

Use Multiple SSH Keys for Git host websites (Github, Gitlab)

This is guide about how to configure multiple SSH keys for some Git host websites such as Github, Gitlab, among others.

Creating SSH keys

  1. Create SSH directory:

@Surya-77
Surya-77 / private_fork.md
Last active May 18, 2022 08:14 — forked from 0xjac/private_fork.md
Create a private fork of a public repository

The repository for the assignment is public and Github does not allow the creation of private forks for public repositories.

The correct way of creating a private fork by duplicating the repo is documented here.

For this assignment the commands are:

  1. Create a bare clone of the repository. (This is temporary and will be removed so just do it wherever.)

git clone --bare git@github.com:usi-systems/easytrace.git