From bd6741966f7cadfbdff4a54b083feb86614ec053 Mon Sep 17 00:00:00 2001 From: n Date: Thu, 30 Jul 2020 02:42:58 +0900 Subject: [PATCH] Move content relating to git to new folder --- doc/{getting-started/usage => git}/fork-button.png | Bin .../usage => git}/pull-request-button.png | Bin .../usage => git}/pull-requests-and-git-flow.md | 0 .../usage => git}/squash-commits.md | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename doc/{getting-started/usage => git}/fork-button.png (100%) rename doc/{getting-started/usage => git}/pull-request-button.png (100%) rename doc/{getting-started/usage => git}/pull-requests-and-git-flow.md (100%) rename doc/{getting-started/usage => git}/squash-commits.md (100%) diff --git a/doc/getting-started/usage/fork-button.png b/doc/git/fork-button.png similarity index 100% rename from doc/getting-started/usage/fork-button.png rename to doc/git/fork-button.png diff --git a/doc/getting-started/usage/pull-request-button.png b/doc/git/pull-request-button.png similarity index 100% rename from doc/getting-started/usage/pull-request-button.png rename to doc/git/pull-request-button.png diff --git a/doc/getting-started/usage/pull-requests-and-git-flow.md b/doc/git/pull-requests-and-git-flow.md similarity index 100% rename from doc/getting-started/usage/pull-requests-and-git-flow.md rename to doc/git/pull-requests-and-git-flow.md diff --git a/doc/getting-started/usage/squash-commits.md b/doc/git/squash-commits.md similarity index 100% rename from doc/getting-started/usage/squash-commits.md rename to doc/git/squash-commits.md