Code Monkey home page Code Monkey logo

Comments (6)

Maowww avatar Maowww commented on July 20, 2024

#hello

I know.

from git_osx_installer.

timcharper avatar timcharper commented on July 20, 2024

The change for this has been merged and is included in version 2.2.1 of the installer.

from git_osx_installer.

mrabbitt avatar mrabbitt commented on July 20, 2024

The installer package in git-2.2.1-intel-universal-mavericks.dmg doesn't seem to install git-subtree under /usr/local/git/bin or /usr/local/git/contrib.

image

from git_osx_installer.

timcharper avatar timcharper commented on July 20, 2024
$ find /usr/local/git/ | grep subtree
/usr/local/git/libexec/git-core/git-merge-subtree
/usr/local/git/libexec/git-core/git-subtree
/usr/local/git/share/man/man1/git-subtree.1
$ git subtree
usage: git subtree add   --prefix=<prefix> <commit>
   or: git subtree add   --prefix=<prefix> <repository> <ref>
   or: git subtree merge --prefix=<prefix> <commit>
   or: git subtree pull  --prefix=<prefix> <repository> <ref>
   or: git subtree push  --prefix=<prefix> <repository> <ref>
   or: git subtree split --prefix=<prefix> <commit...>

    -h, --help            show the help
    -q                    quiet
    -d                    show debug messages
    -P, --prefix ...      the name of the subdir to split out
    -m, --message ...     use the given message as the commit message for the merge commit

options for 'split'
    --annotate ...        add a prefix to commit message of new commits
    -b, --branch ...      create a new branch from the split subtree
    --ignore-joins        ignore prior --rejoin commits
    --onto ...            try connecting new tree to an existing one
    --rejoin              merge the new branch back into HEAD

options for 'add', 'merge', 'pull' and 'push'
    --squash              merge subtree changes as a single commit

from git_osx_installer.

mrabbitt avatar mrabbitt commented on July 20, 2024

Interesting: /usr/local/git/libexec/git-core/git-subtree and /usr/local/git/share/man/man1/git-subtree.1 were missing from my installation, but they are present in the git-2.2.1-intel-universal-mavericks.pkg installer package. I reinstalled git-2.2.1-intel-universal-mavericks.pkg and now git subtree is working for me. Thanks.

from git_osx_installer.

timcharper avatar timcharper commented on July 20, 2024

Glad to hear it worked!

from git_osx_installer.

Related Issues (20)

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.