From ceace1378a2dea28d659cd1ef37b65c47c0c68d7 Mon Sep 17 00:00:00 2001 From: olgaDCI Date: Wed, 26 Jun 2024 15:34:56 +0200 Subject: [PATCH] Fork practice --- README.md | 12 ++++++++++++ olgaDCI.md | 11 +++++++++++ 2 files changed, 23 insertions(+) create mode 100644 olgaDCI.md diff --git a/README.md b/README.md index 021e518..d5cf3e4 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,15 @@ Use only terminal commands for git (you can use VS Code for editing!) :^) - [Req](./req.md) Good luck, have fun! + +## Branch + +A branch in Git is a separate line of development that allows you to work on features or fixes without affecting the main codebase until you're ready to merge your changes. + +## Pull request + +A pull request in Git is a request to merge changes from one branch (or fork) into another, often used for collaboration and code review. + +## Fork in GitHub + +A fork in GitHub is a personal copy of someone else's repository that allows you to freely experiment with changes without affecting the original project. diff --git a/olgaDCI.md b/olgaDCI.md new file mode 100644 index 0000000..a9f7e2b --- /dev/null +++ b/olgaDCI.md @@ -0,0 +1,11 @@ +## Branch + +A branch in Git is a separate line of development that allows you to work on features or fixes without affecting the main codebase until you're ready to merge your changes. + +## Pull request + +A pull request in Git is a request to merge changes from one branch (or fork) into another, often used for collaboration and code review. + +## Fork in GitHub + +A fork in GitHub is a personal copy of someone else's repository that allows you to freely experiment with changes without affecting the original project. \ No newline at end of file