Aug. 4, 2014
1:48 p.m.
So I have started using gitfiletree and the first commit seems to commit only .filetree file and not my package folder. I had to add the package folder with a "git add" and of course make a commit of it .Is this normal ? the process I have followed is this 1) Create a github repo intialized with a readme and license file 2) git clone the repo to my hd 3) in a clean pharo image install gitfiletree as described in Git and Pharo chapter in Pharo for the Enterprise 4) in monticello add repository +gitfiletree and then choose the git folder 5) select a package and click save 6) add the commit info My other commits dont need any extra step just a simple "git push".