From 0d646f4dc7b74016309b16dc13c05b6fc73a9f7f Mon Sep 17 00:00:00 2001 From: Darklighter Date: Wed, 26 Feb 2025 23:38:24 +0000 Subject: [PATCH] 1.4) GitHub Commits aktualisiert --- 1.4%29-GitHub-Commits.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/1.4%29-GitHub-Commits.md b/1.4%29-GitHub-Commits.md index 4c66c02..4b8d1e0 100644 --- a/1.4%29-GitHub-Commits.md +++ b/1.4%29-GitHub-Commits.md @@ -2,22 +2,28 @@ **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).``` +``` +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: +``` +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.``` +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.``` +``` +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.``` +`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