Skip to content

Commit

Permalink
Update defaults for after file
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstauffer committed Jul 11, 2017
1 parent cd48f66 commit 89fce22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lambo
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ makeafter()
# To copy standard files to new lambo project place them in ~/.lambo/includes directory.
# echo "Copying Include Files"
# cp -R ~/.lambo/includes/ $PROJECTPATH
# To add a git commit after given modifications
# echo "Committing after modifications to Git"
# git add .
# git commit -am "Initialize Composer dependencies and additional files."
' > ~/.lambo/after

edit ~/.lambo/after
Expand Down

0 comments on commit 89fce22

Please sign in to comment.