From c54a733b8d5d243047eccaaa9b46f1f8d745790d Mon Sep 17 00:00:00 2001 From: kyr Date: Sun, 23 Feb 2014 11:43:06 +0100 Subject: [PATCH] added git.md --- common/git.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 common/git.md 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