You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git
>
21/21
%F{yellow}-- common commands --%f
add -- add file contents to the index
bisect -- find by binary search the change that introduced a bug
branch -- list, create, or delete branches
checkout -- checkout a branch or paths to the working tree
clone -- clone a repository into a new directory
commit -- record changes to the repository
diff -- show changes between commits, commit and working tree, etc
fetch -- download objects and refs from another repository
grep -- print lines matching a pattern
init -- create an empty Git repository or reinitialize an existing one
log -- show commit logs
merge -- join two or more development histories together
mv -- move or rename a file, a directory, or a symlink
pull -- fetch from and merge with another repository or a local branch
push -- update remote refs along with associated objects
rebase -- forward-port local commits to the updated upstream head
reset -- reset current HEAD to the specified state
rm -- remove files from the working tree and from the index
show -- show various types of objects
status -- show the working tree status
> tag -- create, list, delete or verify a tag object signed with GPG
Expected behavior -- common commands -- should be in coloured yellow, an example without fzf-tab:
Environment (please complete the following information):
Describe the bug
Colours are not rendered
To Reproduce
Steps to reproduce the behavior:
Expected behavior
-- common commands --
should be in coloured yellow, an example without fzf-tab:Environment (please complete the following information):
zshrc
If applicable, add a minimal zshrc to help us analyze.
The text was updated successfully, but these errors were encountered: