Skip to main content

info

CLI reference

Description

Show information about the manifest branch, current branch, or unmerged branches of all git repositories found in the manifest. For each repository the output typically includes:

  • The name
  • The path
  • The current revision
  • The current branch
  • The list of local branches

Usage

esysrepo info [options ...]

Options

Available options:

  • --diff / -d: Show full info and commit diff including remote branches
  • --overview / -o: Show an overview of all local commits
  • --current-branch / -b: Consider only checked-out branches
  • --local-only / -l: Disable all remote operations
  • --folder / -f PATH: Workspace folder (common option; default is the current directory)

Examples

When run while working on ESysRepo, a concise excerpt looks like:

ESysRepo 0.1.0

[info] Info ...
[info] Repo : esysbuild/dev
    Path           : .
    Cur rev.       : 1c755ba07965fdb0c43ae5f575abd9326bed1b83
    Cur branch     : master
    Manifest rev.  : refs/heads/master
    Local branches : 1
        [0] master               -> refs/remotes/origin/master