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 ed44953 commit 6f9da53
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ To run the logitall script with the newly added ignores, you would run the follo

__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.
* 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 6f9da53

Please sign in to comment.