Posts

Git Commands

by danaukes

a handy cheatsheet of my most used and looked up git commands
Read More
installing gitman on windows

by danaukes

Support for multiple github accounts

install choco

Set-ExecutionPolicy AllSigned Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = ...

Read More
Git Secret

by danaukes

make a new key for my_email@emailaddress.com

```bash git secret init echo "this is my secret" >> my_secret.txt echo "my_secret.txt" ...

Read More
github actions info

by danaukes

Using Hugo with Github Actions

Read More
Using Github with two accounts

by danaukes

Instructions

  1. Create a new, separate key for each github account

    follows ...

Read More
install git clients

by danaukes

```bash flatpak install -y flathub com.jetpackduba.Gitnuro # io.github.gitahead.GitAhead \ # com.github.Murmele.Gittyup \ # com.github.git_cola.git-cola \ # com.syntevo.SmartGit \

...

Read More
Installing GrapheneOS on a Pixel 4a

by danaukes

Instructions derived from https://grapheneos.org/install/cli

Download Developer Tools

```bash sudo apt install -y android-sdk-platform-tools-common sudo apt install -y signify-openbsd echo ...

Read More