diff --git a/common/git.md b/common/git.md new file mode 100644 index 0000000000..8ca94190de --- /dev/null +++ b/common/git.md @@ -0,0 +1,15 @@ +#git + +> Main command for all `git` commands + +- Checking git version + +`git --version` + +- Calling help + +`git --help` + +- Executing git command + +`git ` \ No newline at end of file