- fix autoIncrement > if 2x same number, it incremented the wrong one
- check for conflicts before push
+ clickable link to file
- keep lastGitCommitMsg through vscode restart
- trim commit message before push
- clean code
- check if in git repository before running commands => better
- "fix" "Merge branch 'main' of https://[...]" in commit message => git pull --rebase
- fix/improve error output
- change git pull --ff to git pull --rebase --autostash to make it possible to pull when there are uncommited changes