Skip to content

Instantly share code, notes, and snippets.

View Aetherinox's full-sized avatar

Aetherinox Aetherinox

View GitHub Profile
@Aetherinox
Aetherinox / tags_rename.sh
Last active October 8, 2023 10:36 — forked from rafael-neri/script.sh
Git
# Create new from old
git tag new old
# Remove old tag
git tag -d old
# Sync changes from old tag to remote
git push origin :refs/tags/old
# Send new tag to remote
@Aetherinox
Aetherinox / github_host_apt_repo.md
Last active October 8, 2023 10:37 — forked from ikbelkirasan/host_apt_repo_on_github.md
Github: Host Apt Repo

Host an APT repository on Github

This guide will help you host an APT repository on Github.

Prerequisites

You need to install the following packages.

  • reprepro