Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup for modern theme #1817

Merged
merged 2 commits into from
Jan 28, 2021
Merged

Conversation

dot-1q
Copy link
Contributor

@dot-1q dot-1q commented Jan 24, 2021

Description

Lint and cleanup for the modern.theme.bash | PR: #1812

Motivation and Context

How Has This Been Tested?

Ran the lint_clean_files.sh
One issue arised, which i asked input for, on line 49

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • If my change requires a change to the documentation, I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • If I have added a new file, I also added it to clean_files.txt and formatted it using lint_clean_files.sh.
  • I have added tests to cover my changes, and all the new and existing tests pass.

@dot-1q dot-1q marked this pull request as draft January 24, 2021 16:40
@dot-1q dot-1q marked this pull request as ready for review January 24, 2021 17:19
Copy link
Member

@NoahGorny NoahGorny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@NoahGorny
Copy link
Member

@tiagobarros99 fix the conflicts and I will merge 😄

@dot-1q
Copy link
Contributor Author

dot-1q commented Jan 27, 2021

Hey @NoahGorny , I just have one question regarding the conflit merge, since I'm pretty new to pull requests.

Do I just pull from master to this branch (my master is even with Bash-it:master), resolve the conflits, and push the changes? That won't clutter the commit history or do anything funny?

@NoahGorny
Copy link
Member

Hey @NoahGorny , I just have one question regarding the conflit merge, since I'm pretty new to pull requests.

Do I just pull from master to this branch (my master is even with Bash-it:master), resolve the conflits, and push the changes? That won't clutter the commit history or do anything funny?

The correct way to do that would be to use git rebase. You should rebase your branch on top of master, and fix conflicts as they come. This will get rid of the annoying merging "master" to "branch" commits. If you are encountering trouble with git rebase, dont be afraid to ask for help 😄

@dot-1q dot-1q force-pushed the cleanup/modern-theme branch from 6e1d2ba to cb50477 Compare January 27, 2021 22:57
@dot-1q
Copy link
Contributor Author

dot-1q commented Jan 27, 2021

Sorry for the delay, I was reading about git rebase to make sure I did it right ahah.
Thanks for the help!

@NoahGorny NoahGorny merged commit 25b3c96 into Bash-it:master Jan 28, 2021
@dot-1q dot-1q deleted the cleanup/modern-theme branch March 29, 2021 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants