Files
linguist/samples/Smalltalk/scriptWithPragma.st
2016-09-24 17:32:35 +02:00

11 lines
271 B
Smalltalk

helpers
installGitFileTree
"GitFileTree is the tool we will use to commit on GitHub."
<script>
Metacello new
baseline: 'FileTree';
repository:
'github://dalehenrich/filetree:pharo' , SystemVersion current dottedMajorMinor
, '_dev/repository';
load: 'Git'