You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a vendored lib loading routine in bash-it.sh
Added documentation on how to vendor libs in bash-it
Added and fixed plugins using preexec
Added tests for two plugins
Removed the old preexec lib
If your feature branch with a newly added/updated vendored lib has fallen behind master
100
+
you might need to rebase it before creating a PR. However rebasing with dangling
101
+
subtree commits can cause problems.
102
+
The following rebase strategy will pause the rebase at the point where you added a
103
+
subtree and let you add it again before continuing the rebasing.
104
+
105
+
::
106
+
107
+
[feature/branch] $ git rebase --rebase-merges --strategy subtree master
108
+
fatal: refusing to merge unrelated histories
109
+
Could not apply 0d6a56b... Add-preexec-from-https-github.colasdn.workers.dev-rcaloras-bash-preexec-0-4-1- # Add "preexec" from "https://github.com/rcaloras/[email protected]"
0 commit comments