Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Cottle committed Jan 5, 2025
2 parents 5ae0893 + 752c781 commit a59fbb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## MIT License

Copyright (c) 2012 Peter Cottle
Copyright (c) 2012-2025 Peter Cottle

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/levels/rampup/interactiveRebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ exports.level = {
"type": "ModalAlert",
"options": {
"markdowns": [
"All interactive rebase means Git is using the `rebase` command with the `-i` option.",
"All interactive rebase means is that Git is using the `rebase` command with the `-i` option.",
"",
"If you include this option, git will open up a UI to show you which commits are about to be copied below the target of the rebase. It also shows their commit hashes and messages, which is great for getting a bearing on what's what.",
"",
Expand Down

0 comments on commit a59fbb9

Please sign in to comment.