.gitmodules 556 B

123456789101112131415
  1. [submodule "flipperzero-firmware_unleashed"]
  2. path = flipperzero-firmware_unleashed
  3. url = https://github.com/Eng1n33r/flipperzero-firmware.git
  4. branch = dev
  5. ignore = dirty
  6. [submodule "flipperzero-firmware_official_dev"]
  7. path = flipperzero-firmware_official_dev
  8. url = https://github.com/flipperdevices/flipperzero-firmware.git
  9. branch = dev
  10. ignore = dirty
  11. [submodule "flipperzero-firmware_official_stable"]
  12. path = flipperzero-firmware_official_stable
  13. url = https://github.com/flipperdevices/flipperzero-firmware.git
  14. branch = release
  15. ignore = dirty