From e2cd8036ace7107032850af603879fb3c9a766e7 Mon Sep 17 00:00:00 2001 From: Darklighter Date: Wed, 26 Feb 2025 20:54:22 +0000 Subject: [PATCH] =?UTF-8?q?1.4)=20GitHub=20Commits=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1.4%29-GitHub-Commits.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 1.4%29-GitHub-Commits.md diff --git a/1.4%29-GitHub-Commits.md b/1.4%29-GitHub-Commits.md new file mode 100644 index 0000000..4c66c02 --- /dev/null +++ b/1.4%29-GitHub-Commits.md @@ -0,0 +1,23 @@ +## 1.4) GitHub Commits + +**Make Changes in Your Repository:** + +```Open the folder containing your repository on your local machine. +Modify, add, or delete files as necessary (e.g., editing code, updating documentation).``` + +**Commit Your Changes** + +```After writing your commit message: + +Click the Commit to main (or your branch name) button to commit your changes locally. This saves the changes to your local repository.``` + +**Push Changes to GitHub** + +```After committing, you need to push the changes to the remote GitHub repository. +To do this, click on the Push origin button (top of the window). This will sync your local changes with the remote repository on GitHub.``` + +**Pull Request to your local Machine** + +```Sync Changes: If there are updates to the pull request (such as new commits from another contributor), you can pull the latest changes to your local branch by clicking Fetch origin.``` + +https://i.imgur.com/VAZxNht.png \ No newline at end of file