<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Git_for_OS_X</id>
	<title>Git for OS X - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Git_for_OS_X"/>
	<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Git_for_OS_X&amp;action=history"/>
	<updated>2026-05-06T15:38:21Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Git_for_OS_X&amp;diff=1177&amp;oldid=prev</id>
		<title>Олег Давидович: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Git_for_OS_X&amp;diff=1177&amp;oldid=prev"/>
		<updated>2024-10-14T18:17:55Z</updated>

		<summary type="html">&lt;p&gt;1 версия импортирована&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Предыдущая версия&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Версия от 18:17, 14 октября 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Олег Давидович</name></author>
	</entry>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Git_for_OS_X&amp;diff=1176&amp;oldid=prev</id>
		<title>1&gt;Krause: Created page with &quot;This GIT installer for Mac OS X is part of the installation package [http://download.moodle.org/macosx/ Moodle4Mac] by Ralf Krause  ==Code==   #! /bin/sh  #  #  This GIT insta...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Git_for_OS_X&amp;diff=1176&amp;oldid=prev"/>
		<updated>2014-07-21T12:36:44Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This GIT installer for Mac OS X is part of the installation package [http://download.moodle.org/macosx/ Moodle4Mac] by Ralf Krause  ==Code==   #! /bin/sh  #  #  This GIT insta...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This GIT installer for Mac OS X is part of the installation package [http://download.moodle.org/macosx/ Moodle4Mac] by Ralf Krause&lt;br /&gt;
&lt;br /&gt;
==Code==&lt;br /&gt;
&lt;br /&gt;
 #! /bin/sh&lt;br /&gt;
 #&lt;br /&gt;
 #  This GIT installer for Mac OS X is part &lt;br /&gt;
 #  of the installation package Moodle4Mac&lt;br /&gt;
 # &lt;br /&gt;
 #  20140714 - Ralf Krause&lt;br /&gt;
 #&lt;br /&gt;
 &lt;br /&gt;
 echo&lt;br /&gt;
 echo &amp;quot;+--------------------------------------------+&amp;quot;&lt;br /&gt;
 echo &amp;quot;| GIT updater for your local Moodle server&amp;quot;&lt;br /&gt;
 echo &amp;quot;+--------------------------------------------+&amp;quot;&lt;br /&gt;
 echo&lt;br /&gt;
 &lt;br /&gt;
 cd /Applications/MAMP/htdocs&lt;br /&gt;
 &lt;br /&gt;
 if ! test -e moodle27/.git ; then&lt;br /&gt;
    ## the first git update must get everything including .git&lt;br /&gt;
    git clone --depth 1 -b MOODLE_27_STABLE git://github.com/moodle/moodle.git moodle27-git&lt;br /&gt;
    if test -e moodle27 ; then&lt;br /&gt;
        if test -e moodle27/config.php ; then&lt;br /&gt;
            cp moodle27/config.php moodle27-git/.&lt;br /&gt;
        fi&lt;br /&gt;
        DATE=`date +%Y%m%d-%H%M`&lt;br /&gt;
        mv moodle27 moodle27-$DATE&lt;br /&gt;
    fi&lt;br /&gt;
    mv moodle27-git moodle27&lt;br /&gt;
    ## the old folder can be deleted now&lt;br /&gt;
    ## if you want to do this please remove &amp;#039;##&amp;#039; from the following line&lt;br /&gt;
    ## sudo rm -R moodle27-*&lt;br /&gt;
 else&lt;br /&gt;
    ## the next git update only gets the new files&lt;br /&gt;
    cd moodle27&lt;br /&gt;
    git pull&lt;br /&gt;
    cd ..&lt;br /&gt;
 fi&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
[[Git for Administrators]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
[[Category:Mac OS X]]&lt;br /&gt;
[[es:Git para Mac]]&lt;/div&gt;</summary>
		<author><name>1&gt;Krause</name></author>
	</entry>
</feed>