Fix rebase_test.go #958

Open
kellyma2 wants to merge 2 commits from kellyma2/fix-rebase-test into main
kellyma2 commented 2024-03-03 23:55:16 -06:00 (Migrated from github.com)

This change incorporates two minor changes to rebase_test.go:

  • auto-format to make formatting consistent
  • change the branch name from master to main to fix tests
This change incorporates two minor changes to rebase_test.go: * auto-format to make formatting consistent * change the branch name from master to main to fix tests
kellyma2 commented 2024-03-03 23:56:31 -06:00 (Migrated from github.com)

@lhchavez

@lhchavez
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b kellyma2/fix-rebase-test main
git pull origin kellyma2/fix-rebase-test

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff kellyma2/fix-rebase-test
git push origin main
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jcarr/git2go#958
No description provided.