24

Do you ever git, bruh?

Comments
  • 8
    As a designer I can agree this shit is real!
    But fuck! designing doesn't work like code, its always the state of mind which decides how many fucking redesigns gonna happen untill your brain gets satisfied with the shit you have done and a ranting client who doesn't fucking know shit about design and asks to change each stroke per version.
    Project works are mostly single files so its better to use any cloud storage or file storage instead of git.
    And I do use git alot for my other development works but shit doesn't feels good for designing.
  • 5
    @htlr What about a git client specifically created for a designers use case ?

    The whole pull, push, etc is abstracted and the end user is provided with options like "save a version of this design", "list my previous designs" etc.

    Is this a good idea for collaboration or what ? xD
  • 5
    @avitron Scrap that idea. I think SVN is more appropriate here.
  • 1
    Been there..!,
  • 1
    git commit -m 'fixes'
    git commit -m 'typo'
  • 2
    Very relatable... Haha
  • 0
    Git like tracking for psd would be sick.🤔

    Like it would keep track of every step done. Transformed, moved, added layer, ... And you push the new state but can roll back to every single step.😊
Add Comment