Skip to content

Instantly share code, notes, and snippets.

View jerodg's full-sized avatar

JerodG jerodg

View GitHub Profile
@jerodg
jerodg / windows_and_office_kms_setup.adoc
Last active April 1, 2025 07:41
Activate Windows and Office Using KMS Server

Microsoft Windows and Office KMS Setup

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jerodg
jerodg / git_conventional_commit_cheat_sheet.adoc
Last active September 2, 2024 13:51
Git Conventional Commit Cheat Sheet
:author: JerodG
:email: [email protected]
:docdate: 22 Aug 2024
:revdate: {docdatetime}
:doctype: book
:experimental:
:sectanchors: true
:sectlinks: true
:sectnumlevels: 5
:sectids:
@jerodg
jerodg / reauthor.sh
Last active March 5, 2025 17:04
Git Author Rewrite
#!/bin/bash
# ----------------------------------------------------------------------
# Author: JerodG <https://github.com/jerodg>
# File: reauthor.sh
#
# Purpose: Updates git commit history in multiple repositories by:
# - Changing author and committer details
# - Adding GPG signing information
# - Rebasing and re-signing all commits
#
#!/bin/bash
# filepath: github_autopush.sh
###############################################################################
# GitHub Auto-Push Script
# Author: JerodG https://github.com/jerodg
#
# This script automates the process of pushing local git repositories to GitHub.
# It scans the current directory for git repositories, creates private GitHub
# repositories for each one, and pushes all branches and tags.