From 3b7b8273127883b330f570e3fcfdc58d46d28f0f Mon Sep 17 00:00:00 2001 From: Miroslav Ondra Date: Wed, 6 Jan 2021 15:00:32 +0100 Subject: [PATCH] Add description on original repo - GIT-ORIGIN --- GIT-ORIGIN | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 GIT-ORIGIN diff --git a/GIT-ORIGIN b/GIT-ORIGIN new file mode 100644 index 0000000000..9d4952b793 --- /dev/null +++ b/GIT-ORIGIN @@ -0,0 +1,23 @@ +Origin +------------------------------------- +.git/config + +[core] + repositoryformatversion = 0 + filemode = true + bare = false + logallrefupdates = true +[remote "imx"] + url = https://source.codeaurora.org/external/imx/uboot-imx + fetch = +refs/heads/*:refs/remotes/imx/* +[branch "imx_v2020.04_5.4.70_2.3.0"] + remote = imx + merge = refs/heads/imx_v2020.04_5.4.70_2.3.0 +[remote "origin"] + url = git@git.unipi.technology:UniPi/zulu/uboot-imx.git + fetch = +refs/heads/*:refs/remotes/origin/* +[branch "5.4.70_2.3.0"] + remote = origin + merge = refs/heads/5.4.70_2.3.0 + +------------------------------------------------------------------------ -- GitLab