Git Product home page Git Product logo

gitdot's Introduction

Usage: gitdot [-h] [-d GIT_DIR] [-w GIT_WORK_TREE] <command> [args...]

Manage a bare git repository for tracking hidden ("dot") files in a
working tree that exists at an unrelated path.

    GIT_DIR         path to bare git repository (default: $HOME/.dotfiles.git)
    GIT_WORK_TREE   path to working directory (default: $HOME)

command is one of:
    init        create the git repository
    destroy     delete the git repository
    clone       clone an existing repository
    dstatus     display status of all hidden files
    bindump     create text versions of binary files as configured in
                $HOME/.config/gitdot/bindump.conf

Any other command and arguments are passed unmodified to git with the
working directory and git directory configured appropriately for
managing dot files.

gitdot init [additional args to git init...]
    
    Create a new bare git repository in GIT_DIR for tracking

gitdot destroy
    
    Delete the bare git repository GIT_DIR

gitdot clone [additional args to git clone...]
    
    Clone a git repository into the bare repository GIT_DIR

gitdot dstatus [additional args to git status...]
    
    git status of all files in the working tree starting with "."

gitdot bindump [file]
    
    dump binary files to text equivalents in .config/gitdot/bindumps
    as configured by bindump directives in .config/gitdot/gitdot.conf

gitdot's People

Contributors

malsyned avatar smammy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.