outli ne Basic configurations for git on WSL. how-to ## git user git config --global --replace-all user.name "<name>" ## git e-mail git config --global --replace-all user.email "<e-mail>" ## git auth git config --global credential.helper store #...
ktg0210.hashnode.dev1 min read
No responses yet.