Replies: 1 comment
-
You can use Bit and Git together to run a component monorepo also with Github Actions. To use Github Actions to release your components use the Github Actions CI scripts or automate the Bit commands from the CI yourself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm curious to know how others have integrated git and bit as bit takes on a significant amount of the version control but does not (yet?) have the same existing toolsets. Is the plan ultimately to replace git with bit?
I tried to combine the 2 and had to give up on any branching. I recently moved to just using bit for my components but as in the discussion here (#5030) that leaves some files not version controlled. My solution to this is to have a repo with just those files with a git ignore for any component directories.
I have also seen other topics where github actions is used to run the Bit commands.
Beta Was this translation helpful? Give feedback.
All reactions