From ece0e491beb3ce279eff2bc270cc750bd8053b8c Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Tue, 2 Feb 2021 10:11:52 +0700 Subject: [PATCH] Update 'Guide' --- Guide.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/Guide.md b/Guide.md index 5d08b7b..bb61c92 100644 --- a/Guide.md +++ b/Guide.md @@ -1 +1,23 @@ -Welcome to the Wiki. \ No newline at end of file +```bash +cd your-project +``` + +```bash +git init +``` + +```bash +git add . +``` + +```bash +git commit -m "my message for my actions" +``` + +```bash +git push -u origin master +``` + +```bash +git remote add origin https://git.cubetiqs.com/yourname/your-project.git +``` \ No newline at end of file