summaryrefslogtreecommitdiff
path: root/git-asterisk-gui-howto
diff options
context:
space:
mode:
Diffstat (limited to 'git-asterisk-gui-howto')
-rw-r--r--git-asterisk-gui-howto19
1 files changed, 19 insertions, 0 deletions
diff --git a/git-asterisk-gui-howto b/git-asterisk-gui-howto
new file mode 100644
index 0000000..ac79690
--- /dev/null
+++ b/git-asterisk-gui-howto
@@ -0,0 +1,19 @@
+Basically the same as the asterisk HOWTO.
+
+Changes:
+
+Initial clone is:
+
+ git svn clone -s http://svn.digium.com/svn/asteirsk-gui
+
+The .gitignore file is:
+
+ cp ../asterisk-tools/asterisk-gui_gitignore .gitignore
+
+No need to mess with menuselect as asterisk-gui does not use menuselect.
+
+Asterisk-gui has no 'trunk' . So the master branch should follow 2.0:
+
+ git branch -D master
+ git branch --track -b master 2.0
+