gil
gil copied to clipboard
Gil is a git links tool to manage complex recursive repositories dependencies with cross references and cycles
As mentioned in [this issue](https://github.com/chronoxor/gil/issues/4), there are two ways to make the shell find the gil command, one of which might be useful to users who don't have sudo access,...
after installing gil by : `pip3 install gil` when i want to run this command : `gil update` the terminal responses : Command 'gil' not found OS : ubuntu 20.04...
Another may be issued here of recursed submodules w/o links creation is that you can never make them always up to date pointing the last commit. One of submodules would...
If try to `gil update` w/o Administrator privileges then, the recursed external directories won't be created (because links creation required Administrator privileges). In that state all such external directories treated...
Details is here: https://github.com/chronoxor/gil/issues/7 The issue is that the `git status`, `git commit` and all other commands falls into recursion reading recursed submodules: ``` ...\tacklelib>gil pull Working path: ...\tacklelib Discover...
Details is here: https://github.com/chronoxor/gil/issues/7 ``` ...\contools>gil pull Working path: ...\contools Discover git links: ...\contools\.gitlinks Discover git links: ...\contools\_externals\svncmd\.gitlinks Discover git links: ...\contools\_externals\tacklelib\.gitlinks Running: git pull in ...\contools Already up to...
I have trying to port my projects from svn into git and using your project as a replacement for `svn:externals`. Main issue here is that the svn externals does support...