From 715a8c18dd079d4b469ac0f5640dff9699881b06 Mon Sep 17 00:00:00 2001 From: archos Date: Sun, 28 Apr 2024 20:12:29 +0200 Subject: [PATCH] =?UTF-8?q?P=C5=99id=C3=A1n=20podrobn=C3=BD=20pr=C5=AFvodc?= =?UTF-8?q?e=20p=C5=99=C3=ADkazy=20Git=20do=20/docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/docs/basic-git-commands.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/docs/basic-git-commands.md diff --git a/examples/docs/basic-git-commands.md b/examples/docs/basic-git-commands.md new file mode 100644 index 0000000..053d8ea --- /dev/null +++ b/examples/docs/basic-git-commands.md @@ -0,0 +1,5 @@ +# Základní konfigurace Gitu + +git config --global user.name "Vaše jméno" +git config --global user.email "váš.email@example.com" +