-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
17 deletions.
There are no files selected for viewing
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
739dcda
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think that if we create an out dir in every project, then we need remove current out directories and ignore new out directories in every project.
739dcda
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @jcecconi may you use more descriptive commit messages?
Remember you can put more than on paragraph when using just using
git commit
or using multiple -m optionsgit commit -m "short text descr" -m "another paragraph" -m "another paragraph"
.Whit helpful descriptive commit messages who is not in the details may understand the pourposes of the changes.