There are three main characteristics (#
- number of commits or files):
-
Number of commits:
- ahead remote repo (
<#
in green color) - behind remote repo (
>#
in red color)
- ahead remote repo (
-
Unstaged files (yellow color):
- modified (
%#
) - deleted (
-#
) - renamed (
^#
) - new (
+#
)
- modified (
-
Staged files (green color):
- modified (
%#
) - deleted (
-#
) - untracked (
*#
)
- modified (
cargo build --release
target/release/<binary file> bash|zsh