Closed Rajitha20H closed 2 years ago
@miq-bot add-label najdorf/yes?
@Rajitha20H I think you are running into issues (like that whitespace change we don't want to merge) because you are creating your PRs on the same branch.
You should create a new branch for each independent change you want to make and you can use these steps.
git checkout master
# Assuming upstream is the name of the remote you have pointing to this repo:
git pull upstream master
git checkout -b new_feature_name
# Make changes
git add .
git commit -m "Description of changes"
# Assuming origin is the name of the remote you have pointing to your fork:
git push origin new_feature_name
cc @rwellon
Closing this pull request to address https://github.ibm.com/katamari/dev-issue-tracking/issues/24394 to add information about inbound rules.
Updating the link as per https://github.ibm.com/katamari/dev-issue-tracking/issues/25167