<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.vps-server.ru/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.vps-server.ru/feed.php">
        <title>wiki.vps-server.ru - wiki:technical:gitlab</title>
        <description></description>
        <link>https://wiki.vps-server.ru/</link>
        <image rdf:resource="https://wiki.vps-server.ru/lib/exe/fetch.php/wiki:dokuwiki.svg" />
       <dc:date>2026-04-16T04:51:38+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.vps-server.ru/doku.php/wiki:technical:gitlab:add-folder?rev=1691665854&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.vps-server.ru/lib/exe/fetch.php/wiki:dokuwiki.svg">
        <title>wiki.vps-server.ru</title>
        <link>https://wiki.vps-server.ru/</link>
        <url>https://wiki.vps-server.ru/lib/exe/fetch.php/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.vps-server.ru/doku.php/wiki:technical:gitlab:add-folder?rev=1691665854&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-10T11:10:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Добавление проекта в удаленный gitlab</title>
        <link>https://wiki.vps-server.ru/doku.php/wiki:technical:gitlab:add-folder?rev=1691665854&amp;do=diff</link>
        <description>Добавление проекта в удаленный gitlab


# Заходим в директорию с проектом
#
cd dir_to_git
# 
# Редактируем файл игнорирования 
nano .gitignore
#
# Инициализация git в директории
git init
#
# Добавляем все файлы в git
git add .
#
# Делаем локальную копию файлов
#
git commit -m &quot;First commit&quot;
# 
# Настраиваем на себя git
git config --global user.email &quot;email@mailru.com&quot;
git config --global user.name &quot;Diman&quot;
#
# Добавляем удаленный git
#
git remote -v
git remote add origin https://gitlab.vps-server…</description>
    </item>
</rdf:RDF>
