GithubHelp home page GithubHelp logo

feluxe / gitsub_deprecated Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 36 KB

DEPRECATED: In favor of https://github.com/ingydotnet/git-subrepo

Python 100.00%
git nested-repositories repositories subrepos

gitsub_deprecated's People

Contributors

feluxe avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gitsub_deprecated's Issues

Add functionality to run git commands on multiple children

It would be useful if you could run a git command on multiple children, e.g.:

Run add all on all children:

$ git children add -A

Run add all on all children that changed:

$ git children add -A --changed-only

Run commitl on all children that changed:

$ git children commit --changed-only

Etc...

Add pypi package

As soon as #3 is done, it may be useful to upload a pypi package for gitsub.

Add cleanup on Exception

gisub needs a cleanup routine, that runs on except.

The routine should rename .gitsub_hidden back to .git.

Remove external dependencies.

Currently gitsub uses sty and requests.

Each module is used only for a very few calls. I think it should not be a problem to replace them with something from the stdlib.

Complain if child exists in .gitsub file but not on file system.

If you run any git command on a parent repo gitsub should check if all children (which are listed in .gitsub) are available on the filesystem.

Steps to reproduce:

  • clone a parent repo
  • run git check-children

The git repos for the children don't exists at this stage. They have not yet been synced. The command git check-children should complain.

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.