Skip to content
/ gitback Public

A simple Ruby script to backup the entirety of a GitHub project to a local folder.

Notifications You must be signed in to change notification settings

pr1001/gitback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

gitback

Backups the entirety (code, wiki, issues) of a GitHub repo to the directory of your choosing (might I suggest your Dropbox directory?).

Usage

./gitback username/repo destination/directory

If it's a private repo:

./gitback --username=username --password=password username/repo destination/directory

That's it.

Dependencies

  • octokit
  • nokogiri

About

A simple Ruby script to backup the entirety of a GitHub project to a local folder.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages