Skip to content

Epik-Whale463/GitManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Manager CLI

A lightweight Bash tool to manage GitHub repositories directly from the command line. Simplify your GitHub workflow with automated commands.


Features

  • Clone repositories.
  • List repositories of users/organizations.
  • Create new repositories.
  • Push and pull changes seamlessly.
  • Manage permissions with ease.

Requirements

  • Bash (v4.0 or higher)
  • Git (v2.0 or higher)
  • cURL
  • GitHub Personal Access Token (for API operations)

Installation

  1. Clone this repository:
    git clone https://github.com/your-username/github-manager-cli.git
    cd github-manager-cli
    cd scripts
  2. Make the script executable:
    chmod +x main.sh
  3. Run the script
    ./main.sh

About

My project for GitManager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors