7 posts tagged with "git"
github reusable workflows and actions are great
Lately I've been working on creating as close to a…
auto committing to git repos and the things we do for love
01/15/2023 23:10 | Category: golang
Tags: linuxgitautomation
Recently my partner lost some files, to…
git CLI usage with different working directory
12/28/2022 19:19 | Category: git
Tags: gitversion_control
Just learned that you can call Git from the CLI with…
git clean removes untracked files
Having lots of untracked files when a git pull fails is very…
github actions workflow and scheduling
08/19/2021 17:23 | Category: git
Tags: githubgithub_actionsgit
Working with GitHub actions more seriously recently had lead…
github actions submodule workflow
08/19/2021 17:10 | Category: git
Tags: githubgithub_actionsgit
My personal website utilizes my zets/ repository from GitHub to…
remove cached gitignore files
Sometimes I'll add things to my .gitignore after the fact as my needs…