kblincoe / VisualGit_SE701_2019_4

1 stars 0 forks source link

Bugfix for Push #254

Closed hybrio closed 5 years ago

hybrio commented 5 years ago

Git.ts now injects userservice before push and pull functions then uses userservice's credentials. fixes #165

rocketBANG commented 5 years ago

Can you give some steps on how to test?

hybrio commented 5 years ago

Steps to test:

  1. login
  2. open a repository
  3. either make changes and create a new commit or use a repo with pre-existing unpushed commits
  4. use push button

expected behavior:

previous behavior:

(if you push without any commits it will crash) (if you push before opening a repo it will crash)