Skip to content

Commit

Permalink
mention branch rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Nov 15, 2022
1 parent b791575 commit 81c9096
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ This repository contains QCoDeS instrument drivers developed by members of the Q
These drivers are not supported by the QCoDeS developers but instead supported on a best effort basis
by the developers of the individual drivers.

Default branch is now main
##########################

The default branch in qcodes_contrib_drivers has been remamed to main.
If you are working with a local clone of qcodes_contrib_drivers you should update it as follows.

* Run ``git fetch origin`` and ``git checkout main``
* Run ``git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main`` to update your HEAD reference.

Getting started
###############

Expand Down

0 comments on commit 81c9096

Please sign in to comment.