From f20ab98aa8fd92ea61959bf2b4a728c242c364f2 Mon Sep 17 00:00:00 2001 From: Anurag Date: Fri, 28 Oct 2022 22:40:36 +0530 Subject: [PATCH 1/2] git_cheatsheet_added --- CheatSheets/git-cheatsheet.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CheatSheets/git-cheatsheet.md b/CheatSheets/git-cheatsheet.md index 4c79e78..a9312ce 100644 --- a/CheatSheets/git-cheatsheet.md +++ b/CheatSheets/git-cheatsheet.md @@ -68,6 +68,8 @@ created: 2022-10-18 | `git checkout [file]` | Matches the file with last commit | | `git help -a` | Shows the list of all available Git commands | | `git restore .` | To restore all files in the current directory | +| `git config --global core.excludesfile [file]` | System wide ignore patern for all local repositories | + **[🔼Back to Top](#table-of-contents)** From e50e6fe87eb801111b0ba3e3715141a03be823d2 Mon Sep 17 00:00:00 2001 From: Anurag Date: Fri, 28 Oct 2022 23:29:06 +0530 Subject: [PATCH 2/2] git cheatsheet added changes --- CheatSheets/git-cheatsheet.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CheatSheets/git-cheatsheet.md b/CheatSheets/git-cheatsheet.md index a9312ce..bb06218 100644 --- a/CheatSheets/git-cheatsheet.md +++ b/CheatSheets/git-cheatsheet.md @@ -68,6 +68,8 @@ created: 2022-10-18 | `git checkout [file]` | Matches the file with last commit | | `git help -a` | Shows the list of all available Git commands | | `git restore .` | To restore all files in the current directory | +| `git-submodule` | Initialize, update or inspect submodules | +| `git-gui` | A portable graphical interface to Git | | `git config --global core.excludesfile [file]` | System wide ignore patern for all local repositories |