Giter Site home page Giter Site logo

Comments (6)

vanpipy avatar vanpipy commented on June 10, 2024 1

@vanpipy git-get can be regarded as the alias of git clone

git get https://github.com/tj/git-extras

cd $GIT_EXTRA_DEFAULT_CLONE_PATH && git clone https://github.com/tj/git-extras

All right, and I try to review the PR, found the features about the git-get,

  1. Set a git config variable as the clone path
  2. Clone the repo to the path

But, something missing I thought here,

  1. Get the repo without the git config, set it as the PWD when it is empty.
  2. As the alias of the git clone, did it need to support the args of the git clone?

from git-extras.

vanpipy avatar vanpipy commented on June 10, 2024 1

Got your idea.

The git-get is not the alias of the git-clone, maybe the alias of the go-get. And i think the go-get mode is not good part for the git, so git-extras should not take this. But from another side extras, the git-get for the extras of the git makes sence.

Thanks your explains and everyone's effort for this :D.

from git-extras.

guenhter avatar guenhter commented on June 10, 2024

Wouldn't sound too complicated to do:

  • the git-get script should require that the user defines an enviornment vairable like GIT_EXTRA_DEFAULT_CLONE_PATH
  • if the path is not set -> error
  • if the path is set, a the given path (https or git) must be a little bit parsed, directories must be created under GIT_EXTRA_DEFAULT_CLONE_PATH and then the clone can be done.

Would you mind creating a merge request for this?

from git-extras.

vanpipy avatar vanpipy commented on June 10, 2024

Hi, i did not get the idea of the git-get. What is the difference from the git clone? If the git clone can make the thing done, the git-get should do something git clone cannot or do hardly.

from git-extras.

kang8 avatar kang8 commented on June 10, 2024

@vanpipy git-get can be regarded as the alias of git clone

git get https://github.com/tj/git-extras

cd $GIT_EXTRA_DEFAULT_CLONE_PATH && git clone https://github.com/tj/git-extras

from git-extras.

kang8 avatar kang8 commented on June 10, 2024

As the alias of the git clone

It's just my understanding. 😉

Get the repo without the git config, set it as the PWD when it is empty.

According to the description of this PR, git-get does not want to instead of git clone or implement the functionality of git clone. Therefore, must to set clone-path in git-get to use it.

from git-extras.

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.