Skip to content

Instantly share code, notes, and snippets.

View danielscarvalho's full-sized avatar
:octocat:
Coding!

Daniel de Souza Carvalho danielscarvalho

:octocat:
Coding!
View GitHub Profile
@danielscarvalho
danielscarvalho / installgo.sh
Last active April 17, 2024 01:24
Install go Linux
sudo tar -C /opt -xzf go1.22.2.linux-amd64.tar.gz
# https://go.dev/doc/install
@danielscarvalho
danielscarvalho / gitHttps2Ssh.md
Last active May 21, 2024 14:50
Switching remote URLs from HTTPS to SSH

Switching remote URLs from HTTPS to SSH

Open Terminal
Change the current working directory to your local project
Change your remote's URL from HTTPS to SSH with the git remote set-url command

git remote set-url origin [email protected]:OWNER/REPOSITORY.git
[Desktop Entry]
Type=Application
Terminal=false
Exec=/opt/Wolfram/Mathematica/14.0/Executables/Mathematica
Name=Mathematica
Icon=/opt/Wolfram/Mathematica/14.0/SystemFiles/FrontEnd/SystemResources/X/App-128.png