IGNORING PATTERNS Flashcards
Git Commands
1
Q
Save a file with desired paterns as .gitignore with either direct string
matches or wildcard globs
A
logs/
.notes
pattern/
2
Q
system wide ignore patern for all local repositories
A
git config –global core.excludesfile [file]