From 53e6909c7d0bcc9f53928ed9033ed2bbf2dd1fdb Mon Sep 17 00:00:00 2001 From: Minseok Kang Date: Fri, 23 Aug 2019 15:11:53 +0200 Subject: [PATCH] added a file to collect tutorial resources for git --- git_tutorial.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 git_tutorial.md diff --git a/git_tutorial.md b/git_tutorial.md new file mode 100644 index 0000000..73a4539 --- /dev/null +++ b/git_tutorial.md @@ -0,0 +1,7 @@ + + +# Git tutorial resources + +Please add nice resources to learning about git and version control here. + +- [Click](https://try.github.io/) to try out an interactive github tutorial.