<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.tezner.com/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.tezner.com/feed.php">
        <title>Hanskova WIKI code:git</title>
        <description></description>
        <link>https://wiki.tezner.com/</link>
        <image rdf:resource="https://wiki.tezner.com/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-10T07:22:57+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.tezner.com/code/git/config?rev=1355312719&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.tezner.com/code/git/hooks?rev=1300646355&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.tezner.com/code/git/obecne?rev=1615570924&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.tezner.com/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Hanskova WIKI</title>
        <link>https://wiki.tezner.com/</link>
        <url>https://wiki.tezner.com/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.tezner.com/code/git/config?rev=1355312719&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-12-12T12:45:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>code:git:config</title>
        <link>https://wiki.tezner.com/code/git/config?rev=1355312719&amp;do=diff</link>
        <description>Konfigurace

Zobrazení nápovědy v Cygwin konzoli

	*  Možné hodnoty: &lt;http://www.kernel.org/pub/software/scm/git/docs/git-help.html&gt;
	*  HTML help na &lt;http://code.google.com/p/git-core/downloads/detail?name=git-htmldocs-1.7.9.rc1.tar.gz&gt;


git config --global help.format man


Vynucení nerespektování/neverzování práv souborů


git config core.filemode false


Změna výchozího editoru (VI)</description>
    </item>
    <item rdf:about="https://wiki.tezner.com/code/git/hooks?rev=1300646355&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-20T19:39:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>code:git:hooks</title>
        <link>https://wiki.tezner.com/code/git/hooks?rev=1300646355&amp;do=diff</link>
        <description>Hooks

MySQL dump hook


#!/bin/sh
#
# MySQL database backup script
#

set -e

db_name=&quot;&lt;target-database&gt;&quot;
db_user=&quot;&lt;database-user&gt;&quot;
db_pass=&quot;&lt;database-password&gt;&quot;
db_dir=&quot;&lt;target-dir-for-dumps&gt;&quot;

shared_params=&quot;--compatible=mysql40 --compact&quot;

# generate a new schema
mysqldump -u $db_user --password=$db_pass $shared_params --no-data $db_name &gt; $db_dir/$db_name.structure.sql
mysqldump -u $db_user --password=$db_pass $shared_params --no-create-info --skip-extended-insert $db_name &gt; $db_dir/$db_nam…</description>
    </item>
    <item rdf:about="https://wiki.tezner.com/code/git/obecne?rev=1615570924&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-03-12T18:42:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>code:git:obecne</title>
        <link>https://wiki.tezner.com/code/git/obecne?rev=1615570924&amp;do=diff</link>
        <description>Obecně

Odkazy

	*  Zajímavé tipy

Řešení konfliktu pomocí volby jedné z verzí


git checkout --ours index.html
git checkout --theirs index.html

git add index.html
git commit -am 'Conflict merged'


Rekurzivní submoduly


git clone --recursive
git submodule update --init --recursive</description>
    </item>
</rdf:RDF>
