Skip to content

Collection of automation scripts, adding more as I make them

Notifications You must be signed in to change notification settings

Capheine/automation_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Scripts

Create github repository

Set up a private git repository, locally and remotely, and connect the two.

Usage

In a terminal window:

create_git <repo_name>

This creates a folder in your current directory.

Requirements

  • Requires pygithub to access remote repository.
  • Add your github token to the create_git.py file where indicated, your user name will automatically be detected if it set in the config files. If not, add the username manually to the create_git.sh file.
  • Make sure to set the absolute path of the python script to the shell script.
  • give executable permission to the files

Add/commit/push automation

Usage

In a terminal window:

push_git "commit message"

About

Collection of automation scripts, adding more as I make them

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published