| @@ -7,6 +7,10 @@ | |||
| # find /path/to/your/directory -type d -exec rm -r {} + | |||
| # find . -type d -exec rm -r {} + | |||
| # sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc | |||
| # sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo' | |||
| #STORE GIT CREDENTIALS IN CACHE | |||
| sudo yum install git | |||
| # git config --global --unset credential.helper | |||