Created
June 18, 2018 12:47
-
-
Save davidjguru/e6a24fdaf6ea0a8a77734f569fcdc9c5 to your computer and use it in GitHub Desktop.
Cleaning Git: Deactivating follow-up on projects through . gitignore
This file contains hidden or 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
git rm -r --cached . | |
git add -A | |
git commit -am 'Basic workflow to clean git with ignored files from a new gitignore' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment