Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

display status in default template #7

Description

@davidB
  1. add info in the template to be able to track status and use it (as condition of display) (TBD)
  2. update the default template (TDB)

from https://github.com/fboender/multi-git-status

  • Uncomitted changes if there are unstaged or uncommitted changes on the checked out branch.
  • Untracked files if there are untracked files which are not ignored.
  • Needs push (BRANCH) if the branch is tracking a (remote) branch which is behind.
  • Needs upstream (BRANCH) if a branch does not have a local or remote upstream branch configured. Changes in the branch may otherwise never be pushed or merged.
  • Needs pull (BRANCH) if the branch is tracking a (remote) branch which is ahead. This requires that the local git repo already knows about the remote changes (i.e. you've done a fetch). Multi-git-status does NOT contact the remote.
  • X stashes if there are stashes.

from https://github.com/totten/git-scan/

  • [F] Fast-forwards are not possible
  • [M] Modifications have not been committed
  • [N] New files have not been committed
  • [S] Stash contains data

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions