Add smalltalk samples

(Issue: https://github.com/github/linguist/issues/3244)
This commit is contained in:
Cyril Ferlicot
2016-09-24 17:32:35 +02:00
parent e424e8e88c
commit bed8add2f5
5 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
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'