Skip to content

Commit

Permalink
Reworking documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanvolow committed Apr 17, 2020
1 parent 178243a commit ed44953
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,7 @@ karma.conf.js
To run the logitall script with the newly added ignores, you would run the following command:

__logitall__ __---ignore-config__ __my-projects-logitall-ignore__

#### Undoing logitall

The best, most safest way to use logitall is to make a complete duplicate of your project folder and run logitall on a copy of your code. If you are reasonably proficient with git, you could make sure all your changes prior to running logitall are stashed/committed, check out a branch, and then run logitall on the branch. You could also run logitall on your working branch (again with all changes stashed/committed), and then do a git checkout -- name_of_directory_you_ran_logitall_on to get rid of the changes logitall made.

0 comments on commit ed44953

Please sign in to comment.