Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • To sync your personal fork and your local repository, pass the flag --fast-forward
  • To sync only a subset of branches, pass the flag --branches=<BRANCHES>

Showing information about a commit

To show additional information about a commit, such as a link to a pull request or JBS issue, run the command git info:

Code Block
languagebash
$ git info

Notes:

  • You can show a subset of the fields by passing flags, for example --author, --issues, --review, --sponsor etc.