1.4) GitHub Commits aktualisiert
@@ -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
|
||||
Reference in New Issue
Block a user