diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-02-01 23:06:15 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-02-01 23:06:15 +0200 |
| commit | 6816fa2f48f3a1c0f8176f711248d4627c16a32f (patch) | |
| tree | a621da68030e8fb0cf1cd8df37632c7162734590 /README.md | |
| parent | beca3f849b7a794ee9928b19c6efba04b41384b1 (diff) | |
Update README with subtree examples
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -6,3 +6,19 @@ Should be identical to https://aur.archlinux.org/packages/?SeB=m&K=yuvadm Feel free to open issues/PRs in this repository for fixes to be merged into the AUR. +## Usage + +### New AUR Package + +```bash +$ git remote add -f pkgname ssh://aur@aur.archlinux.org/pkgname.git +$ git merge -s ours --no-commit pkgname/master +$ git read-tree --prefix=pkgname/ -u pkgname/master +$ git commit -m "Add pkgname subtree" +``` + +### Synchronizing Existing Package Updates + +```bash +$ git pull -s subtree pkgname master +``` |
