Skip to content

Instantly share code, notes, and snippets.

@bielawb
Created June 12, 2020 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bielawb/e902cf94df01f848d7723b8d25822442 to your computer and use it in GitHub Desktop.
Save bielawb/e902cf94df01f848d7723b8d25822442 to your computer and use it in GitHub Desktop.
Ustawiamy notepad++ jako nasz edytor dla gita
$notepad = 'C:/Program Files (x86)/Notepad++/notepad++.exe'
$opcje = '-multiInst -notabbar -nosession -noPlugin'
git config --global core.editor "'$notepad' $opcje"
git commit
# Startuje notepad++ z możliwością uzupełnienia wiadomości
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment