emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] elpa-admin 3038d13 151/357: README: Use remote.origin.url to avoi


From: Stefan Monnier
Subject: [elpa] elpa-admin 3038d13 151/357: README: Use remote.origin.url to avoid loosing write access and save some typing.
Date: Thu, 10 Dec 2020 18:06:33 -0500 (EST)

branch: elpa-admin
commit 3038d13a44d04fdf7823af9fec99d2f2fd3c1716
Author: Mario Lang <mlang@delysid.org>
Commit: Mario Lang <mlang@delysid.org>

    README: Use remote.origin.url to avoid loosing write access and save some 
typing.
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index be8d5b2..a688040 100644
--- a/README
+++ b/README
@@ -102,7 +102,7 @@ You can check out a specific external PACKAGE into the 
`packages'
 directory with these commands:
 
    cd packages
-   git clone --reference .. --single-branch --branch externals/PACKAGE 
git://git.sv.gnu.org/srv/git/emacs/elpa PACKAGE
+   git clone --reference .. --single-branch --branch externals/PACKAGE $(git 
config remote.origin.url) PACKAGE
 
 If you already have a packages/PACKAGE directory with a previous
 checkout, you can update it like this:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]