<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/php-examples/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/php-examples/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 01 Apr 2013 01:10:00 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/php-examples/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/php-examples/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -7,3 +7,23 @@
 hope you enjoy! and contribute!

 ps: EVERYONE HAS WRITE ACCESS TO THE GIT REPOSITORY! SO PLEASE USE IT AN ADD NICE EXAMPLES! :) THANK YOU!
+
+======how to commit via git?======
+
+=====First time using Git=====
+
+cd myproject
+git init
+# add all your files.  Use can use specific filenames or directories instead of '.'
+git add .
+git commit -a -m 'Initial commit'
+git remote add origin ssh://developer212@git.code.sf.net/p/php-examples/code
+git push origin master
+git branch --set-upstream master origin/master  # so 'git pull' will work later
+
+=====Existing repository using Git=====
+
+cd myproject
+git remote add origin ssh://developer212@git.code.sf.net/p/php-examples/code
+git push origin master
+git branch --set-upstream master origin/master  # so 'git pull' will work later
&lt;/pre&gt;
&lt;/div&gt;</description><pubDate>Mon, 01 Apr 2013 01:10:00 -0000</pubDate><guid>https://sourceforge.net1ad1868c6c17a2c88339b63ca624157524633cdd</guid></item><item><title>WikiPage Home modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/php-examples/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,6 +1,6 @@
 a collection of php examples "how do i do what"

-in my opinion it's always good to have an example-project in your workspace ( i work with eclipse-pdt (http://www.zend.com/community/pdt/downloads)).
+in my opinion it's always good to have an example-project in your workspace ( i work with eclipse-pdt ()).

 so when you need to look up "how do i do what" you easily find the right functionality without googling around all day. :)

&lt;/pre&gt;
&lt;/div&gt;</description><pubDate>Sun, 31 Mar 2013 20:03:18 -0000</pubDate><guid>https://sourceforge.net0292b5ff88ba84b111535e04b8c823a3eabc34a6</guid></item><item><title>WikiPage Home modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/php-examples/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,9 @@
-Welcome to your wiki!
+a collection of php examples "how do i do what"

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+in my opinion it's always good to have an example-project in your workspace ( i work with eclipse-pdt (http://www.zend.com/community/pdt/downloads)).

-The wiki uses [Markdown](/p/php-examples/wiki/markdown_syntax/) syntax.
+so when you need to look up "how do i do what" you easily find the right functionality without googling around all day. :)

-[[project_admins]]
-[[download_button]]
+hope you enjoy! and contribute!
+
+ps: EVERYONE HAS WRITE ACCESS TO THE GIT REPOSITORY! SO PLEASE USE IT AN ADD NICE EXAMPLES! :) THANK YOU!
&lt;/pre&gt;
&lt;/div&gt;</description><pubDate>Sun, 31 Mar 2013 20:01:49 -0000</pubDate><guid>https://sourceforge.netdaa691a934dc9ead127be3dae483b61b6c949741</guid></item><item><title>WikiPage Home modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/php-examples/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/php-examples/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;p&gt;&lt;a href="/u/jmi21/"&gt;jango&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;span class="download-button-51589473b9363c14437d2737" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Sun, 31 Mar 2013 19:54:27 -0000</pubDate><guid>https://sourceforge.neta512f29997f1fa0268a69c4b9e43cf6041a851b0</guid></item></channel></rss>