WIP: imri-gitignore-explain-fix #7

Draft
imri wants to merge 3 commits from imri-gitignore-explain-fix into main
Owner

Better commands

Better commands
imri added 3 commits 2022-10-13 20:38:33 +02:00
Author
Owner

Copy the pull commands into the test repo:

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 ```
imri left a comment
Author
Owner

Approved

Approved
This pull request has changes conflicting with the target branch.
  • README.md
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin imri-gitignore-explain-fix:imri-gitignore-explain-fix
git checkout imri-gitignore-explain-fix
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: imri/Test#7