From a6f1f7779cb16bfb85020c3f2a72ffb0c2eb4037 Mon Sep 17 00:00:00 2001 From: Nuno Sempere Date: Sun, 26 Aug 2018 14:20:01 +0200 Subject: [PATCH] Added git_commands.md --- git_commands.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 git_commands.md diff --git a/git_commands.md b/git_commands.md new file mode 100644 index 0000000..1a72c75 --- /dev/null +++ b/git_commands.md @@ -0,0 +1,5 @@ +# Main commands: +git add rat/sleep.md +git commit +git status +git push origin master