From 49f634f4211b1fc95d7c7fd748659304c2e6ac6e Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Fri, 8 May 2009 01:52:34 +0300 Subject: gitignore and howto for libpri --- git-libpri-howto | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 git-libpri-howto (limited to 'git-libpri-howto') diff --git a/git-libpri-howto b/git-libpri-howto new file mode 100644 index 0000000..ccc72b8 --- /dev/null +++ b/git-libpri-howto @@ -0,0 +1,17 @@ +Basically the same as the asterisk HOWTO. + +Changes: + +Initial clone is: + + git svn clone -s http://svn.digium.com/svn/libpri + +The .gitignore file is: + + cp ../asterisk-tools/libpri_gitignore .gitignore + +Libpri has no 'trunk' . So the master branch should follow 1.4: + + git branch -D master + git branch --track -b master 1.4 + -- cgit v1.2.3