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