Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:author: JerodG | |
:email: [email protected] | |
:docdate: 22 Aug 2024 | |
:revdate: {docdatetime} | |
:doctype: book | |
:experimental: | |
:sectanchors: true | |
:sectlinks: true | |
:sectnumlevels: 5 | |
:sectids: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. |