Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
ESS EPICS Environment (e3) build tools dev documentation
ESS EPICS Environment (e3) build tools dev documentation

Quickstart

  • Installing e3
  • An e3 IOC

Design

  • Introduction
  • The require module
  • Module wrappers
  • Building and installing

Knowledge-base

  • Training
    • 1. Installing e3
    • 2. An e3 IOC
    • 3. Installing other versions of modules
    • 4. Startup scripts in e3
    • 5. Anatomy of an e3 module
    • 6. Variables within e3
    • 7. Understanding module dependence
    • 8. Building an e3 module
    • 9. Other dependencies
    • 10. Additional working modes
    • 11. Supplementary tools
    • Answers to exercises, assignments, and questions
  • User guides
    • How to: Troubleshoot build system errors
    • How to: Investigate a segmentation fault
    • How to: Install e3 on Windows 10/11 with WSL
    • How to: Create an e3 wrapper with cookiecutter
    • Article: The build process with require (In-depth; advanced)
    • Article: Configuring your wrapper
    • Article: Community collaboration
    • Article: e3 Cheatsheet
    • How to: Build dynamic kernel module support (DKMS)
    • Article: How to automate tests for your module
    • Article: require targets
    • Debugging e3
  • API Reference
    • e3_build_tools
      • e3_build_tools.builder
      • e3_build_tools.cli
        • e3_build_tools.cli.e3_builder
        • e3_build_tools.cli.e3_generator
        • e3_build_tools.cli.e3_release
        • e3_build_tools.cli.make_lint
      • e3_build_tools.definition
      • e3_build_tools.exceptions
      • e3_build_tools.fs
        • e3_build_tools.fs.environment
        • e3_build_tools.fs.make
      • e3_build_tools.git
        • e3_build_tools.git.registry
        • e3_build_tools.git.tag
          • e3_build_tools.git.tag.remote
      • e3_build_tools.logging
      • e3_build_tools.module
      • e3_build_tools.process
      • e3_build_tools.utils
Back to top
View this page
Edit this page

e3_build_tools.git¶

Module for interfacing with git.

Submodules¶

  • e3_build_tools.git.registry
  • e3_build_tools.git.tag
Next
e3_build_tools.git.registry
Previous
e3_build_tools.fs.make
Copyright © 2022, European Spallation Source ERIC
Made with Sphinx and @pradyunsg's Furo
On this page
  • e3_build_tools.git
    • Submodules