Skip to content

dalehenrich/FSGit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

#FileSystem-Git

Note: Since both FileSystem and FileSystem-Git are under active development, a lot of things may brake / be broken, when you load the packages.

FileSystem-Git is a Git implementation for Pharo Smalltalk. The focus of this project is to bring the power of version management that Git provides to the Pharo environment without forcing users to use a command line (at least for day-to-day workflows).

This repository is part proof of concept and part backup for the development of FileSystem-Git and FileTree.

##Installation instructions ###Pharo 1.4 and Pharo 2.0

  1. Get the latest `FileSystem` packages:
  2.   Gofer new
        squeaksource3: 'Pharo20';
        package: 'FileSystem-Core';
        package: 'FileSystem-Disk';
        package: 'FileSystem-Memory';
        package: 'FileSystem-AnsiStreams';
        package: 'FileSystem-Tests-Core';
        package: 'FileSystem-Tests-Disk';
        package: 'FileSystem-Tests-Memory';
        package: 'FileSystem-Tests-AnsiStreams';
        load
  3. Load FileSystem-Git:
  4.   Gofer new
        url: 'http://smalltalkhub.com/mc/MaxLeske/FileSytem-Git/main';
        package: 'System-Hashing';
        package: 'FileSystem-Git';
        load

Releases

No releases published

Packages