Closed naipotato closed 3 years ago
I'll move the designs here, but in a design
branch
@nahuelwexd Why not in the main branch in a design folder?
@lifeiscontent I prefer to have both separately. Also, that way I can make use of git worktree
to have main
and design
in two separate folders
@nahuelwexd I’m curious why though, for me personally if I want to look at designs I then have to stash my changes, check out a branch, store the designs locally, go back to my branch, unstash my changes and continue my work
git worktree add ../Replay-Design design
That way I would end having:
Replay
=> The folder with main
branchReplay-Design
=> The folder with design
branchAnd both strictly related, so a commit in one would appear in the other
@nahuelwexd Oh, I’m not familiar with worktree in git, I’ll need to read up on it
@lifeiscontent I found out about worktree with a blog post by jimmac: https://blog.jimmac.eu/2021/git-worktree
Here is the documentation anyway: https://git-scm.com/docs/git-worktree
Well, it's done
Currently the repo where the designs live is somewhat separate from the app's repo. Should we consider moving it here and keeping it as an extra branch? Or maybe in a special folder within the project tree?