diff --git a/.git-and-github-cheat-sheet.adoc.swp b/.git-and-github-cheat-sheet.adoc.swp deleted file mode 100644 index f52566d..0000000 Binary files a/.git-and-github-cheat-sheet.adoc.swp and /dev/null differ diff --git a/git-and-github-cheat-sheet.adoc b/git-and-github-cheat-sheet.adoc index dbde084..8243a5b 100644 --- a/git-and-github-cheat-sheet.adoc +++ b/git-and-github-cheat-sheet.adoc @@ -10,7 +10,7 @@ | Clone remote repository, optionally renaming the local copy of it. |*git config --system * -|Set configuration parameters for all users at the local host, requires root permissions. Saves in the `/etc/gitconfig`. Some params (when setting, separate paramater value from name with whitespace): +|Set configuration parameters for all users at the local host, requires root permissions. Saves in the `/etc/gitconfig`. Some params (when setting on the terminal, separate paramater value from name with whitespace): - `core.editor` Editor to use to enter comments when committing. E.g. `git config --system core.editor vim`.