Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Tags
#git
Question
Checking if a file is ignored
Answer

The git check-ignore command reports on files ignored by Git.

You can pass filenames on the command line, and git check-ignore will list the filenames that are ignored.

For example:

$ cat .gitignore

*.o

$ git check-ignore example.o Readme.md

example.o


Tags
#git
Question
Checking if a file is ignored
Answer
?

Tags
#git
Question
Checking if a file is ignored
Answer

The git check-ignore command reports on files ignored by Git.

You can pass filenames on the command line, and git check-ignore will list the filenames that are ignored.

For example:

$ cat .gitignore

*.o

$ git check-ignore example.o Readme.md

example.o

If you want to change selection, open document below and click on "Move attachment"

pdf

owner: cramer7575 - (no access) - GitNotesForProfessionals.pdf, p35

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.