Skip to content

Commit c837e1e

Browse files
authored
develop2 branch already exists, impossible to create (#4274)
* 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 * Use default branch by default
1 parent cf2bc66 commit c837e1e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

installation.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ You can do it with:
140140
141141
$ git clone https://github.com/conan-io/conan conan_src
142142
$ cd conan_src
143-
$ git checkout develop2 # or to the specific tag you want to
144143
$ pip install -e .
145144
$ python pyinstaller.py
146145
@@ -163,8 +162,6 @@ For the latest development version, checkout the `develop2` branch of the reposi
163162
# clone folder name matters, to avoid imports issues
164163
$ git clone https://github.com/conan-io/conan.git conan_src
165164
$ cd conan_src
166-
$ git fetch --all
167-
$ git checkout -b develop2 origin/develop2
168165
$ python -m pip install -e .
169166
170167
Now test your ``conan`` installation by running:

0 commit comments

Comments
 (0)