xuv's notebook

Side notes, howtos and random bits of information related to Julien Deswaef's projects

User Tools

Site Tools


projects:design_with_git:notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
projects:design_with_git:notes [2015/08/18 22:14] Julien Deswaefprojects:design_with_git:notes [2015/09/15 01:03] Julien Deswaef
Line 1: Line 1:
 ====== Random notes for Design With Git ====== ====== Random notes for Design With Git ======
 +
 +Use different diff tool such as P4merge http://git-scm.com/book/fr/v1/Personnalisation-de-Git-Configuration-de-Git  http://www.perforce.com/product/components/perforce-visual-merge-and-diff-tools
 +(freeware)
 +
 +
 +http://www.evolphin.com/
 +
 +=== Tools I will not review II===
 +  * https://helpcenter.woodwing.com/hc/en-us/articles/205501375 - DAM (Digital Assets Management), create versions of a file is a 3 step process, for each file. Not practical for day to day work. It's a DAM, not a DVCS. No possibility to compare two versions. Comparing 2 image files is putting them side by side. 
 +  * http://about.gravit.io/
  
 === Desktop tools === === Desktop tools ===
Line 12: Line 22:
   * Desktop github   * Desktop github
   * git sync...   * git sync...
 +
 +=== Git tips ===
 +  * [[https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#Binary-Files|how to diff binary files]] (suggested link taken from [[https:http://zachholman.com/posts/command-line-image-diffs/|spaceman-diff]])
  
 === Visual libs to try out === === Visual libs to try out ===
Line 20: Line 33:
   * Why Dropbox and other sync software suck... Versioning is "linear" and there is no way to .ignore files inside a folder.   * Why Dropbox and other sync software suck... Versioning is "linear" and there is no way to .ignore files inside a folder.
  
-=== Git tips === + 
-  * [[https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#Binary-Files|how to diff binary files]] (suggested link taken from [[https:http://zachholman.com/posts/command-line-image-diffs/|spaceman-diff]])+=== CSS tricks === 
 +  * http://franklinta.com/2014/11/30/image-diffing-using-css/ 
  
 === Open design === === Open design ===
Line 40: Line 55:
   * Tooling (invent the tools)   * Tooling (invent the tools)
   * File formats (open file formats like svg, html/css as design tools)   * File formats (open file formats like svg, html/css as design tools)
 +
 +"An interface to Git for graphic designers"
  
projects/design_with_git/notes.txt · Last modified: 2015/09/15 02:19 by Julien Deswaef