Sven Van Caekenberghe
Sven Van Caekenberghe
A next step could be to let all local built images switch by default or with an option.
A new tool, `GitCliEnabler`, was added to play with switching/reverting, on a per repository / all repositories level.  WARNING: do not do this when you have repositories with uncommitted...
A new command line handler, `GitCliEnablerCommandLineHandler` for the option `enablegitcli` was added. - This enables the git cli iceberg implementation and switches over the implementation of all existing repositories. -...
Note: to also save the image after enabling git cli, the following command should be used: ``` ./GlamorousToolkit.app/Contents/MacOS/GlamorousToolkit-cli --interactive GlamorousToolkit.image enablegitcli --save ``` The `--interactive` flag is needed because the...
Another way to experiment with automatically enabling git cli is through a startup file. With `startup.st` in your current directory and the following contents: ```Smalltalk IceGitCliPlatform current signCommits: true. GitCliEnabler...
If you are comfortable running/using the new git CLI implementation, then yes you can. It will switch over all existing repositories and make it the default going forward (when you...
> Does this unlock any features/code/views/tools/etc that I'd be missing otherwise? Does feenk need people to beta test anything? Will git cli implementation become the default at some point soon?...
> > not sure what this would do > > NB the new implementation requires storing GH credentials in plain text in the image, meaning they will be saved to...
I totally agree. One explanation is that most Pharo contributors, myself included, are not very good at and not very interested in UI/UX. On the other hand, it is mainly...
The é in Présentation should be percent encoded. Changing the é for e works. ```smalltalk 'https://doc-si.inria.fr/spaces/SU/pages/109216287/Multi-Factor+Authentication#MultiFactorAuthentication-Presentation:' asUrl. ``` Using the `ZnUrl` object you can set the *internal*, *unencoded* fragment to...