What does a workflow with BLDR look like? #17
anthonymzupancic
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently I was asked what a workflow that integrated GIT and BLDR would look like so I wanted to take a few minutes to detail what that might look like!
bldr search --cb -f "folder name"
bldr clone --cb -f 123451
git add .
git commit -m "init"
git push
bldr add Content\ Builder/path/to/file/fileName.html
bldr push
git add .
git commit -m "init"
git push
Would love to hear about others workflows!!
Beta Was this translation helpful? Give feedback.
All reactions