DEV Community

Discussion on: How to automate your Git workflow

Collapse
 
jessekphillips profile image
Jesse Phillips

In gitlab you just push. No need to rely on another application to store your password.

docs.gitlab.com/ee/gitlab-basics/c...

Collapse
 
rampa2510 profile image
RAM PANDEY

Right now gitesy doesn't have support for gitlab or bitbucket.
It only supports GitHub. But it will support the hosting services in the future. So will keep this in mind for updates thank you for pointing this out .Also the passwords are stored in a config file in your machine so there is no third party app involved in it.

Collapse
 
jessekphillips profile image
Jesse Phillips

Both windows and Linux provide a credential store. I don't even connect to gitlab or github with a password, I use an ssh key managed by ssh.

Thread Thread
 
rampa2510 profile image
RAM PANDEY

I agree but this package is not for pushing you code on web hosting services. It increases your productivity by initialising it both locally and remotely with 3-4 clicks