Skip to content

Commit

Permalink
Merge pull request #78 from alichtman/git-integration
Browse files Browse the repository at this point in the history
Git integration for shallow-backup
  • Loading branch information
alichtman authored Oct 15, 2018
2 parents 7653b8b + b8f9961 commit 1e17358
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 70 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ name = "pypi"
[packages]
click = "*"
inquirer = "*"
gitpython = "*"
colorama = "*"
pprint = "*"

[dev-packages]

Expand Down
37 changes: 27 additions & 10 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Downloads](http://pepy.tech/badge/shallow-backup)](http://pepy.tech/count/shallow-backup)

`shallow-backup` lets you easily create lightweight backups of installed packages, applications, fonts and dotfiles.
`shallow-backup` lets you easily create lightweight backups of installed packages, applications, fonts and dotfiles, and automatically push them to a remote Git repository.

![GIF demo](img/demo_faster.gif)

Expand Down Expand Up @@ -86,6 +86,7 @@ Options:
-packages Back up package libraries and installed applications.
-old_path Skip setting new back up directory path.
--new_path TEXT Input a new back up directory path.
--remote TEXT Input a URL for a git repository.
-reinstall Reinstall packages from package lists.
-delete_config Remove config file.
-v Display version and author information and exit.
Expand Down
Loading

0 comments on commit 1e17358

Please sign in to comment.