[Git] Cheat SheetUncategorized / February 14, 2022 February 14, 2022 How to store git credential?git config –global credential.helper storeAfter executing above command, do e.g. git pullIt will be stored at ~/.git-credentialshttps://stackoverflow.com/questions/35942754/how-to-save-username-and-password-in-git