Posts by William Mendes • 11 points
2 posts
-
0
votes1
answer4089
viewsA: Branch Swap
Just give the following code: git checkout {name-of-the-existing-already} with: git branch You can see all the existing branchs. But if you’re having problems with git flow, there is a plugin that…
gitanswered William Mendes 11 -
1
votes3
answers1189
viewsA: How to structure React Js folders and files?
In this case I believe you should study design Patterns, since understanding this is exactly what your doubt seeks. I recommend you take a look at the Fractal model - A React application structure…