Posts by Leo Tubarão • 25 points
2 posts
-
0
votes1
answer39
viewsQ: Add comma values if the key is equal
How to format an array like this... [ {name: "city", value: "sao-paulo-sp"}, {name: "types-properties", value: "apartamento"}, {name: "types-properties", value: "casa"} ] to arrive at this result. […
-
2
votes1
answer1628
viewsQ: How to copy SOME files from one branch to the other?
I have 2 branch, "B1" and "B2". I need to copy files from "B2" which is more evolved and move to "B1", but some files I don’t want. How do I?