You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default branch in this repository has been renamed from master to main for consistency with other projects in the mitre-attack GitHub organization. If you have an existing clone with a master branch, you can either delete and re-clone, or else run the following commands:
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
The default branch in this repository has been renamed from
mastertomainfor consistency with other projects in the mitre-attack GitHub organization. If you have an existing clone with amasterbranch, you can either delete and re-clone, or else run the following commands: