Skip to content

Commit

Permalink
bin: add git-x
Browse files Browse the repository at this point in the history
  • Loading branch information
jakutis committed Jul 30, 2019
1 parent 10cff86 commit cdac12c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/git-x
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

git archive --format=tar --remote="$1" "HEAD:$2" . | tar xf /dev/stdin

0 comments on commit cdac12c

Please sign in to comment.