with the ~/.gitconfig file:
[alias]
ci = commit
st = status
co = checkout
with the command line:
git config --global alias.ci "commit"
git config --global alias.st "status"
git config --global alias.co "checkout"
with the ~/.gitconfig file:
[alias]
ci = commit
st = status
co = checkout
with the command line:
git config --global alias.ci "commit"
git config --global alias.st "status"
git config --global alias.co "checkout"
status | not learned | measured difficulty | 37% [default] | last interval [days] | |||
---|---|---|---|---|---|---|---|
repetition number in this series | 0 | memorised on | scheduled repetition | ||||
scheduled repetition interval | last repetition or drill |