Skip to content

craigvantonder/bash-git-simple-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

BASH GIT SIMPLE CLI

A simple Command Line Interface written in BASH and used to maintain Github repositories with Git.

Tested on Ubuntu Server 14.04.

Requirements:

# GIT
sudo apt-get install git
# SSH-AGENT
sudo apt-get install ssh-agent

You will also need generate an SSH key and add it to your github account. More information on these subjects can be found in the Github Documentation.

Available options:

  1. Commit to remote
  2. Refresh local
  3. Merge branches
  4. Show branches
  5. Create branch
  6. Switch to branch
  7. Delete branch
  8. Initialise .git/config
  9. Cancel

Licence: MIT

About

A simple Command Line Interface written in BASH and used to maintain Github repositories with Git.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages