git-annex-unused(1)


NAME

   git-annex-unused - look for unused file content

SYNOPSIS

   git annex unused

DESCRIPTION

   Checks the annex for data that does not correspond to any files present
   in any tag or branch, and prints a numbered list of the data.

   After running this command, you can use the --unused option  with  many
   other  git-annex  commands  to  operate on all the unused data that was
   found.

   For example, to move all unused data to origin:

    git annex unused; git annex move --unused --to origin

OPTIONS

   --fast

          Only show unused temp and bad files.

   --from=remote
          Check for unused data that is located on a remote.

   --used-refspec=+ref:-ref
          By default, any data that the work tree uses, or that  any  refs
          in  the git repository point to is considered to be used. If you
          only want to use some refs, you can use this option  to  specify
          the ones to use. Data that is not in the specified refs (and not
          used by the work tree) will then be considered unused.

          The  git  configuration  annex.used-refspec  can  be   used   to
          configure this in a more permanent fashion.

REFSPEC FORMAT

   The  refspec  format  for  --used-refspec  is a colon-separated list of
   additions and removals of refs. For example:

    +refs/heads/*:+HEAD^:+refs/tags/*:-refs/tags/old-tag

   This adds all refs/heads/ refs, as well  as  the  previous  version  of
   HEAD. It also adds all tags, except for old-tag.

   The  refspec  is  processed  by starting with an empty set of refs, and
   walking the list in order from left to right.

   Each + using a glob is matched against all relevant refs (a  subset  of
   git show-ref) and all matching refs are added to the set.  For example,
   "+refs/remotes/*" adds all remote refs.

   Each + without a glob adds the literal value to the set.  For  example,
   "+HEAD^" adds "HEAD^".

   Each  -  is  matched  against  the set of refs accumulated so far.  Any
   matching refs are removed from the set.

   "reflog" adds all the  refs  from  the  reflog.  This  will  make  past
   versions  of files not be considered to be unused until the ref expires
   from the reflog (by default for 90 days). Note that this may make  git-
   annex unused take some time to complete, it if needs to check every ref
   from the reflog.

SEE ALSO

   git-annex(1)

   git-annex-dropunused(1)

   git-annex-addunused(1)

AUTHOR

   Joey Hess <id@joeyh.name>

                                                       git-annex-unused(1)





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.