Skip to content

Commit

Permalink
Sync translations up to progit/progit2@e3e4380
Browse files Browse the repository at this point in the history
  • Loading branch information
petk committed Aug 30, 2023
1 parent 857c0db commit fcf7eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C-git-commands.asc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Poleg navodil za nastavitve konfiguracije v razdelku <<ch01-getting-started#_edi
|Gedit (Linux) |`git config --global core.editor "gedit --wait --new-window"`
|Gvim (Windows 64-bit) |`git config --global core.editor "'C:\Program Files\Vim\vim72\gvim.exe' --nofork '%*'"` (Glejte tudi opombo spodaj)
|Helix |`git config --global core.editor "helix"`
|Kate (Linux) |`git config --global core.editor "kate"`
|Kate (Linux) |`git config --global core.editor "kate --block"`
|nano |`git config --global core.editor "nano -w"`
|Notepad (Windows 64-bit) |`git config core.editor notepad`
|Notepad++ (Windows 64-bit) |`git config --global core.editor "'C:\Program Files\Notepad++\notepad++.exe' -multiInst -notabbar -nosession -noPlugin"` (Glejte tudi opombo spodaj)
Expand Down

0 comments on commit fcf7eec

Please sign in to comment.