Skip to content

Instantly share code, notes, and snippets.

View humansonofhuman's full-sized avatar
🎮
Programming Videogames

MMG humansonofhuman

🎮
Programming Videogames
  • Cancún, México
View GitHub Profile
@liana-p
liana-p / BlasterCharacter.h
Created January 28, 2025 20:34
BlasterCharacter.h with enhanced input actions for UE 5.1+
// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/Character.h"
#include "InputMappingContext.h"
#include "BlasterCharacter.generated.h"
@oanhnn
oanhnn / using-multiple-github-accounts-with-ssh-keys.md
Last active January 23, 2026 04:36
Using multiple github accounts with ssh keys

Problem

I have two Github accounts: oanhnn (personal) and superman (for work). I want to use both accounts on same computer (without typing password everytime, when doing git push or pull).

Solution

Use ssh keys and define host aliases in ssh config file (each alias for an account).

How to?

  1. Generate ssh key pairs for accounts and add them to GitHub accounts.