<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged git</title>
<link>https://www.question2answer.org/qa/tag/git</link>
<description>Powered by Question2Answer</description>
<item>
<title>version control of database</title>
<link>https://www.question2answer.org/qa/54917/version-control-of-database</link>
<description>Hello,&lt;br /&gt;
&lt;br /&gt;
I trying to set up version control (with git/github) of my q2a-site in a usable way. What I want to be able to do, is to version control all php/css and &amp;quot;some&amp;quot; of the database.&lt;br /&gt;
&lt;br /&gt;
The reason for wanting a version control on the database is that I want to persist all the settings (site name, URL of logo, categories, page settings, etc, etc, etc).&lt;br /&gt;
&lt;br /&gt;
I do not want to version control all the questions and answers and users though. And in fact, I want to be able to have different versions of the users and questions (e.g. for dev and production) but use the same settings in both versions.&lt;br /&gt;
&lt;br /&gt;
Is there a best practise for this? What I would like to do, is to have all configurations in files rather than in the database, and version control those files...&lt;br /&gt;
&lt;br /&gt;
Thanks!</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/54917/version-control-of-database</guid>
<pubDate>Mon, 21 Nov 2016 04:10:41 +0000</pubDate>
</item>
<item>
<title>Using git for version control site. What to put in .gitignore file?</title>
<link>https://www.question2answer.org/qa/46094/using-git-for-version-control-site-what-to-put-gitignore-file</link>
<description>I want to use github (public repository) for version control my Q&amp;amp;A site.&lt;br /&gt;
What files I should put in .gitignore file? Examples?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/46094/using-git-for-version-control-site-what-to-put-gitignore-file</guid>
<pubDate>Thu, 25 Jun 2015 08:36:43 +0000</pubDate>
</item>
<item>
<title>Help on github after clone, done changes, now committing - pull request?!</title>
<link>https://www.question2answer.org/qa/41301/help-github-after-clone-done-changes-committing-pull-request</link>
<description>

&lt;p&gt;
	Hi Scott and pupi1985, I saw that you are already familiar with github. I am new to the subject... What I did so far:&lt;/p&gt;


&lt;p&gt;
	1. installed software &lt;a href=&quot;https://windows.github.com/&quot; rel=&quot;nofollow&quot;&gt;github for windows&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;
	2. went on &lt;a href=&quot;https://github.com/q2a/question2answer&quot; rel=&quot;nofollow&quot;&gt;https://github.com/q2a/question2answer&lt;/a&gt; + clicked on fork&lt;/p&gt;


&lt;p&gt;
	3. opened &lt;em&gt;github for windows&lt;/em&gt; and cloned &quot;question2answer&quot;&lt;/p&gt;


&lt;p&gt;
	4. did my changes to the code (...)&lt;/p&gt;


&lt;p&gt;
	5. now want to push back to the repo, however, it shows only the option to commit to &quot;master&quot; (NOT dev branch showing up?!)&lt;/p&gt;


&lt;p&gt;
	6. I commited the changes to my master: &lt;a href=&quot;https://github.com/q2apro/question2answer&quot; rel=&quot;nofollow&quot;&gt;https://github.com/q2apro/question2answer&lt;/a&gt; (which is the fork)&lt;/p&gt;


&lt;p&gt;
	7. Now I want to create a &lt;strong&gt;pull request &lt;/strong&gt;to the official &lt;strong&gt;dev branch&lt;/strong&gt; of q2a&lt;/p&gt;


&lt;p&gt;
	Here I am stuck.&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	PS: This is my fork with the changes: &lt;a href=&quot;https://github.com/q2apro/question2answer/commit/0b87d622444b23773a0b2fdccf269da9b029cd12&quot; rel=&quot;nofollow&quot;&gt;https://github.com/q2apro/question2answer/commit/0b87d622444b23773a0b2fdccf269da9b029cd12&lt;/a&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/41301/help-github-after-clone-done-changes-committing-pull-request</guid>
<pubDate>Mon, 17 Nov 2014 02:22:10 +0000</pubDate>
</item>
<item>
<title>Setup project management for Q2A</title>
<link>https://www.question2answer.org/qa/4820/setup-project-management-for-q2a</link>
<description>

&lt;p&gt;
	Hi,&lt;/p&gt;


&lt;p&gt;
	is it possible to publish Q2A to some project management website like github or googlecode?&lt;/p&gt;


&lt;p&gt;
	It is really hard to do development against a closed community. Personally I wrote a theme and a plugin that can be found on my github:&lt;/p&gt;




&lt;ul&gt;
	

&lt;li&gt;
		&lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/stas/qa-cleditor&quot;&gt;https://github.com/stas/qa-cleditor&lt;/a&gt;&lt;/li&gt;
	

&lt;li&gt;
		&lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/stas/qa-ubuntu-theme&quot;&gt;https://github.com/stas/qa-ubuntu-theme&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;
	And I would love contributing, but it kinda pisses me off that I can't see the current development progress :/&lt;/p&gt;


&lt;p&gt;
	I would be interested in contributions to features like point based permissions.&lt;/p&gt;


&lt;p&gt;
	Please vot this up, the project will only win from such a move!!! And don't tell me that the project isn't ready yet for becoming a full open source project (sounds like bullshit if you check most of the poor repos on github/googlecode).&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/4820/setup-project-management-for-q2a</guid>
<pubDate>Wed, 23 Feb 2011 06:22:12 +0000</pubDate>
</item>
</channel>
</rss>