branch: externals/tramp commit 78cc696e1d8b90e1eca75f13336f21fce282cf42 Author: Michael Albinus <michael.albi...@gmx.de> Commit: Michael Albinus <michael.albi...@gmx.de>
Add .elpaignore and README-GIT --- .elpaignore | 3 +++ README-GIT | 8 ++++++++ 2 files changed, 11 insertions(+) diff --git a/.elpaignore b/.elpaignore new file mode 100644 index 0000000..c19eec5 --- /dev/null +++ b/.elpaignore @@ -0,0 +1,3 @@ +Makefile +*/Makefile +README-GIT diff --git a/README-GIT b/README-GIT new file mode 100644 index 0000000..522b2dd --- /dev/null +++ b/README-GIT @@ -0,0 +1,8 @@ +This repository has two remotes, "origin" and "elpa". They are +pulled/pushed like this: + +git pull origin +git push origin + +git pull elpa externals/tramp +git push elpa externals/tramp