From af6897b7552d2f485654a844a11c17e053a93ef0 Mon Sep 17 00:00:00 2001 From: Alexolut Date: Mon, 20 Oct 2025 16:24:57 +0200 Subject: [PATCH 1/2] develop2 branch already exists, impossible to create With `git checkout -b develop2 origin/develop2` we will see an error: fatal: a branch named 'develop2' already exists --- installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation.rst b/installation.rst index 66f0dfebc67b..58560f6e579f 100644 --- a/installation.rst +++ b/installation.rst @@ -164,7 +164,7 @@ For the latest development version, checkout the `develop2` branch of the reposi $ git clone https://github.com/conan-io/conan.git conan_src $ cd conan_src $ git fetch --all - $ git checkout -b develop2 origin/develop2 + $ git checkout develop2 $ python -m pip install -e . Now test your ``conan`` installation by running: From 7bb4149d67b906425614b6459746380ebaf23a91 Mon Sep 17 00:00:00 2001 From: Alexolut Date: Wed, 22 Oct 2025 15:24:46 +0200 Subject: [PATCH 2/2] Use default branch by default --- installation.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/installation.rst b/installation.rst index 58560f6e579f..62a457498514 100644 --- a/installation.rst +++ b/installation.rst @@ -140,7 +140,6 @@ You can do it with: $ git clone https://github.com/conan-io/conan conan_src $ cd conan_src - $ git checkout develop2 # or to the specific tag you want to $ pip install -e . $ python pyinstaller.py @@ -163,8 +162,6 @@ For the latest development version, checkout the `develop2` branch of the reposi # clone folder name matters, to avoid imports issues $ git clone https://github.com/conan-io/conan.git conan_src $ cd conan_src - $ git fetch --all - $ git checkout develop2 $ python -m pip install -e . Now test your ``conan`` installation by running: