This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# In most cases, a single Rails app will be attached to a single repo | |
# As of Rails 5.1, initializing a new project will also automatically initialize Git | |
# This is perfect in most circumstances, but at App Academy, students have homework and | |
# project repos that contain multiple rails apps inside them | |
# To account for this without pushing the submodules, students need to remove the .git | |
# directory before adding and commiting the new project, but most do not, resulting in |