diff options
author | Dave Reisner <dreisner@archlinux.org> | 2014-07-31 21:07:41 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2014-07-31 21:07:41 -0400 |
commit | 60fe3079670b07187d6db2b7d952500c24b19db0 (patch) | |
tree | 90947c2ce7d5966f42f5562f747cc9b53ab18900 /README.md | |
parent | 92df942545fb2536b42b7c63f45d3293db326754 (diff) | |
download | asp32-60fe3079670b07187d6db2b7d952500c24b19db0.tar.xz |
add checkout verb, to make bite-sized git repos
This allows you to create a repo as a child of asp's, which you can
modify as you wish, and continue to pull changes from after calling
'abs update'. One might create a new remote for this repo in which
to publish their own downstream branch.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -20,6 +20,12 @@ Get the source files for some packages: asp export pacman testing/systemd extra/pkgfile ~~~ +Get a fully functional git checkout of a single package: + +~~~ +asp checkout pkgfile +~~~ + List the repositories a package has been pushed to: ~~~ |