Commit graph

8 commits

Author SHA1 Message Date
e2c0f0048d 0.3.0
- 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
2024-10-30 19:03:13 +01:00
nyncral
2d81077c12 0.2.0
- No git msgs as errors
- Added status bar item (show loading/error)
- Log now goes to an outputLogChannel
2024-07-19 17:51:55 +02:00
nyncral
519dbb96cf - check if in git repository before running commands
- can "disable" extention if not in git repository
2024-07-19 15:18:40 +02:00
nyncral
b32efb5b17 0.1.3 Update git commands and fix commit 2024-07-18 16:24:40 +02:00
nyncral
d61c2fedfc 0.1.2 2024-07-11 20:35:41 +02:00
nyncral
ed6154a974 0.1.1 2024-07-11 19:57:47 +02:00
nyncral
b4a04ae19d 0.1.0 2024-04-10 15:50:27 +02:00
nyncral
bc8b15fc38 first commit 2024-01-17 10:59:51 +01:00