Skip to content

Instantly share code, notes, and snippets.

View bsienn-khan's full-sized avatar

Abdul Rehman bsienn-khan

View GitHub Profile
@bsienn-khan
bsienn-khan / multiple-ssh-keys-git.adoc
Created February 17, 2025 12:18 — 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:

@bsienn-khan
bsienn-khan / HTTP Response Cheat Sheet
Created December 14, 2021 05:30
HTTP Response Cheat Sheet for APIs
CRUD (Create, Read, Update, Delete) Generic > 200 OK
Create
> 201 Created
Read
> 200 OK
Update
> 204 No Content
Delete
> 204 No Content