From 0b0315d3c91e5d2e499dbaad0171aaab6ac68f09 Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Tue, 27 May 2025 06:53:38 +0300 Subject: [PATCH] learning git diff r your changes. Lines starting --- README.md | 2 +- benchmarks.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56266d3..0e72ec5 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -My Project +My Git Project diff --git a/benchmarks.js b/benchmarks.js index ff1eb1b..4c527ba 100644 --- a/benchmarks.js +++ b/benchmarks.js @@ -1 +1,2 @@ -console.log("some another log 3"); +console.log("some another log 4"); +console.log("extra log");