for every operation I do in my git, I need to insert my username + security token that came when I enabled the 2fa.
I dont want to copy the key everytime for every operation I do, it is very time consuming, I want to insert something I remember like my password.
How can I arrange that?
Thanks