Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
backup with too many duplicates, how to solve ?
#16
https://en.wikipedia.org/wiki/Git

 

a version control system, originally written to for the linux kernal by Linus Torvalds. Its really designed for tracking source code for software, but you can stick any binary file you like in it and it will track it. If you change the file you can check in a new version of that file and Git will keep track of both copies. If you're working on text files there are other things you can do such as performing a diff to see the changes or merging changes in other branches.

  


Messages In This Thread
backup with too many duplicates, how to solve ? - by Guest - 11-04-2017, 10:51 AM
backup with too many duplicates, how to solve ? - by chrismiller - 11-07-2017, 12:03 PM

Forum Jump:


Users browsing this thread:
1 Guest(s)