<?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:git</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-05-01T09:32:23+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.vps-server.ru/doku.php/wiki:technical:git:short?rev=1672240330&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:git:short?rev=1672240330&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-28T15:12:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Git - краткий справочник команд</title>
        <link>https://wiki.vps-server.ru/doku.php/wiki:technical:git:short?rev=1672240330&amp;do=diff</link>
        <description>Git - краткий справочник команд

git branch

git branch - посмотреть уже созданные ветки, создать новую, удалить или переименовывать ветку.


# посмотреть существующие ветки
git branch

# Создать новую ветку
git branch &lt;new-branch&gt;

# Переименование текущей ветки
# -m короткая запись --move
git branch -m &lt;newname&gt;

# Удаление ветки
git push origin --delete &lt;name&gt;

# Переименование любой ветки
git branch -m &lt;oldname&gt; &lt;newname&gt;

# Чтобы сохранить текущее локальное состояние ветки в новое имя
git p…</description>
    </item>
</rdf:RDF>
