Skip to content

Instantly share code, notes, and snippets.

View icalderond's full-sized avatar
👨‍💻
Working in home

Israel Calderon de la Cruz icalderond

👨‍💻
Working in home
View GitHub Profile
@icalderond
icalderond / Basic
Last active November 26, 2021 23:15
Comandos GIT
# Change editor replacing VIM editor with VS Code
# On macOS
git config --global core.editor "code-insiders --new --wait"
# On Windows
git config --global core.editor "'C:\Program Files\Sublime Text 3\sublime_text.exe' -new -w"
# Command dictionary
# --new , -n : Open editor on new window
# --wait, -w : When editor is closed the terminar is enable for contoune wrriting more commands