To setup every new branch to automatically rebase, add the following to your
.gitconfig or .git/config:
[branch]
autosetuprebase = always
Command line: git config [--global] branch.autosetuprebase always
Alternatively, you can setup the git pull command to always behave as if the option --rebase was passed:
[pull]
rebase = true
Command line: git config [--global] pull.rebase true
To setup every new branch to automatically rebase, add the following to your
.gitconfig or .git/config:
[branch]
autosetuprebase = always
Command line: git config [--global] branch.autosetuprebase always
Alternatively, you can setup the git pull command to always behave as if the option --rebase was passed:
[pull]
rebase = true
Command line: git config [--global] pull.rebase true
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 |