0.0.3 • Published 8 years ago

git-tar v0.0.3

Weekly downloads
4
License
-
Repository
github
Last release
8 years ago

Install

npm install -g git-tar

Requirements

  • GNU tar. OS X: brew install gtar

Features

  • ~/.gitignore support

Usage

usage: git-tar path ...

Example

# example: backup ~/git 
$ path=~/.backup/git
$ mkdir -p "$path" 2> /dev/null
$ cd "$path"
$ unset IFS;find="$(find ~/git -type d -mindepth 1 -maxdepth 1)"
$ set -- $find
$ git-tar "$@"

Examples/

Feedback GitHub issues Join the chat at https://gitter.im/russianidiot/git-tar.sh.cli GitHub followers