Project version control
The project branch is "{{ gitStatus.currentBranch }}", but commit "{{ commitId }}" was not found in it, so displaying branch "{{ branch }}" in read-only instead.
Could not find commit "{{ commitId }}" in branch "{{ gitStatus.currentBranch }}" {{ branch && branch != gitStatus.currentBranch ? ' or "' + branch + '"' : '' }}.
It looks like you are trying to view a commit that does not exist in this project. This can happen in some cases, including (but not limited to):
  • If you imported this project. The Git history is not part of the export and is not imported.
  • If this commit was part of a branch that was never merged and no longer exists.
  • If this commit was reverted.

Loading previous commits…