emacs-devel
[Top][All Lists]
Advanced

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

Re: wrap-search 3.3.5


From: Gregory Heytings
Subject: Re: wrap-search 3.3.5
Date: Wed, 31 Aug 2022 10:42:17 +0000



But, when I clone I get the whole path

wrap-search/public_html/emacs-init/wrap-search.el


That's because of the way you created your git repository, at the root of your home directory:


cd
rm -f -r .git
git init


What you could do instead is something like:

git init ~/git/wrap-search
cd ~/git/wrap-search
cp ~/public_html/emacs-init/wrap-search.el .
git add wrap-search.el
...



reply via email to

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