From 48b35c56bce663ed043e15cdd6d5950b3f394595 Mon Sep 17 00:00:00 2001 From: nghhiep Date: Sun, 18 May 2025 20:15:57 +0700 Subject: [PATCH 1/8] add example.txt file --- example.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 example.txt diff --git a/example.txt b/example.txt new file mode 100644 index 000000000..24bfd9ca1 --- /dev/null +++ b/example.txt @@ -0,0 +1 @@ +Xin chao From 119f3ae21e4a22f53cb65e942a4a7fecfeafb3e9 Mon Sep 17 00:00:00 2001 From: nghhiep Date: Sun, 18 May 2025 20:17:00 +0700 Subject: [PATCH 2/8] add a new change on branch main --- main.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 main.txt diff --git a/main.txt b/main.txt new file mode 100644 index 000000000..b0f682166 --- /dev/null +++ b/main.txt @@ -0,0 +1 @@ +Change branch main From e176f4d1ad9ac2340140b602cecdc5f4eb5b9828 Mon Sep 17 00:00:00 2001 From: nghhiep Date: Sun, 18 May 2025 20:35:53 +0700 Subject: [PATCH 3/8] let add somethin --- example.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example.txt b/example.txt index 24bfd9ca1..6dc64e613 100644 --- a/example.txt +++ b/example.txt @@ -1 +1,3 @@ Xin chao +Hello +Chao xin!!! \ No newline at end of file From 10df9cc0afd60fc06bc2a2679a28ba39ac52fa55 Mon Sep 17 00:00:00 2001 From: nghhiep Date: Sun, 18 May 2025 20:36:30 +0700 Subject: [PATCH 4/8] delete all --- example.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/example.txt b/example.txt index 6dc64e613..b05f1fa3c 100644 --- a/example.txt +++ b/example.txt @@ -1,3 +1 @@ -Xin chao -Hello -Chao xin!!! \ No newline at end of file +Deleted!!!!!!!!! \ No newline at end of file From 189e836b5197a8bd49c2609ac7c68dbe336332f4 Mon Sep 17 00:00:00 2001 From: nghhiep Date: Sun, 18 May 2025 20:38:13 +0700 Subject: [PATCH 5/8] on new-branch --- example.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.txt b/example.txt index 24bfd9ca1..9566fcdf6 100644 --- a/example.txt +++ b/example.txt @@ -1 +1 @@ -Xin chao +New branch name new-branch From 2b1a092ec8d0ed748effe07eeffa748cbff18ab6 Mon Sep 17 00:00:00 2001 From: nghhiep Date: Sun, 18 May 2025 20:39:48 +0700 Subject: [PATCH 6/8] change readme --- README.md | 40 ++-------------------------------------- 1 file changed, 2 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 6142d1c11..016f9da5a 100644 --- a/README.md +++ b/README.md @@ -1,39 +1,3 @@ -# GitHub Training Kit +# New recipe -Open source courseware from the GitHub Professional Services team. - -## We ❤️ contributors like you - -**We’re eager to work with you**, our user community, to improve these materials and develop new ones. Please check out our [CONTRIBUTING guide](CONTRIBUTING.md) for more information on getting started. - -## Looking for a resource that was once housed in training-kit? - -This repository currently contains Git and GitHub cheat sheets. If you're looking for a project that used to be housed here, such as On-Demand training, reading lists, videos, and book recommendations, see [this commit](https://github.com/github/training-kit/tree/4fbf180e980ef973ba4cc4b8ef3d5f278ddc8c08) in the repository's history. - -## Projects used in training-kit - -- We use [Jekyll](https://jekyllrb.com/) and [Markdown](https://guides.github.com/features/mastering-markdown/). -- Our content is styled using the [Primer CSS toolkit](https://github.com/primer/primer-css). - -## Packaging for viewing behind your firewall - -If you'd like to have a copy of the files to be served from a web server inside your firewall, start by running `script/package`. - -1. Run `script/package` to create a release tarball. This will be in the format `release-XXXXXXX.tgz` for you to take wherever you want. -2. To test this looks okay, create some folders `mkdir -p test_site/kit`. -3. Extract the release, `tar -xzf release-XXXXXXX.tgz -C test_site/kit`. -4. Switch into the test_site directory, `cd test_site`. -5. View the site: - - For python version 2.x, run: `python -m SimpleHTTPServer` - - For python version 3.x, run: `python -m http.server` - - _Note: Some servers are more advanced than others and can handle redirects, smart recognition of `.html` files, etc_ - -Site content is licensed under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/). CC-BY-4.0 gives you permission to use the content for almost any purpose but does not grant you any trademark permissions, so long as you note the license and give credit, such as follows: - -> Content based on [github.github.com/training-kit/](https://github.github.com/training-kit) used under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) license. - -Code used to build and test the site as well as code samples on the site, if any, are licensed under [CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/legalcode). CC0 waives all copyright restrictions but does not grant you any trademark permissions. - -This means you can use the content and code in this repository except for GitHub trademarks in your projects. - -When you contribute to this repository you are doing so under the above licenses. +This is my new readme hehe!! From 2e374d36dd7ce15c19c68f75eac0dda963322803 Mon Sep 17 00:00:00 2001 From: nghhiep Date: Wed, 21 May 2025 09:45:34 +0700 Subject: [PATCH 7/8] add my fresh salad recipe --- new-folder/my-salad.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 new-folder/my-salad.md diff --git a/new-folder/my-salad.md b/new-folder/my-salad.md new file mode 100644 index 000000000..3817d58a0 --- /dev/null +++ b/new-folder/my-salad.md @@ -0,0 +1,14 @@ +# My Fresh Salad + +## Ingredients + +- Lettuce +- Tomato +- Cucumber +- Olive oil + +## Instructions + +- Wash all ingredients +- Cut into bite-sized pieces +- Toss with olive oil and serve From 4dd3bec1965645f898e0417fbdffe254a930c778 Mon Sep 17 00:00:00 2001 From: nghhiep Date: Wed, 21 May 2025 09:46:29 +0700 Subject: [PATCH 8/8] add feta cheese to salad recipe --- new-folder/my-salad.md | 1 + 1 file changed, 1 insertion(+) diff --git a/new-folder/my-salad.md b/new-folder/my-salad.md index 3817d58a0..257733ce3 100644 --- a/new-folder/my-salad.md +++ b/new-folder/my-salad.md @@ -6,6 +6,7 @@ - Tomato - Cucumber - Olive oil +- Feta cheese ## Instructions