GitLink
GitLink copied to clipboard
Git integration for the Wolfram Language
The most recent release is more than 2 years old. It looks like bugs were fixed since then. And the internal paclet server has a build of the paclet from...
I downloaded the great GIT package. The GitCommit works fine. The GitPush did not work as expected. I could not solve this, because the documentation is not available for GitPush....
This is a feature request to include a usable visual notebook diff tool that makes it practically useful to keep notebooks in version control. To add some weight to this:...
A small feature request. Would be nice to have by default `GitInit[] := GitInit @ Directory[]` (more or less)
V11.2 V11.1 Win7 Let's create a test repo: True ]; Export[ FileNameJoin[{dir, "sub", "test.m"}], "Print@\"test\"", "Text" ]; repo = GitInit@dir; GitStatus@repo GitAdd[repo, All] > {"sub\\"}, ...|> > GitAdd::gitoperationfailed: A git...
This is a feature suggestion. It would be nice to have functionality like [git-archive](https://git-scm.com/docs/git-archive). This would make it easy to "build" a package and make sure not to accidentally include...