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
feat: add ability to prevent internal org details in commit history (#……384)
* fix: remove testing logs that were accidentally committed
* feat: add logic to remove merge commit, hiding private info
* feat: update env variable logic
* test: add tests for logic change
* fix: address PR comments
* chore: simplify sync repos logic
* fix: rework syncing logic to only use fast forward
* fix: correct logic for special case
* test: update unit tests
* fix: change naming convention
* fix: change naming convention in more places
* fix: rename var to more understandable name
---------
Co-authored-by: Riley Kohler <code@rileykohler.com>
feat: use rebase when syncing changes from mirror/main back to fork (#……379)
* feat: change sync logic to use rebase
* test: add unit tests for syncing logic