Step 1: From your project repository, check out a new branch and test the changes.
git checkout -b imri-gitignore-explain-fix main
git pull origin imri-gitignore-explain-fix
Step 2: Merge the changes and update on Gitea.
git checkout main
git merge --no-ff imri-gitignore-explain-fix
git push origin main
Copy the pull commands into the test repo:
**Step 1**: From your project repository, check out a new branch and test the changes.
```bash
git checkout -b imri-gitignore-explain-fix main
git pull origin imri-gitignore-explain-fix
```
**Step 2**: Merge the changes and update on Gitea.
```bash
git checkout main
git merge --no-ff imri-gitignore-explain-fix
git push origin main
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Better commands
Copy the pull commands into the test repo:
Step 1: From your project repository, check out a new branch and test the changes.
Step 2: Merge the changes and update on Gitea.
Approved
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.