Skip to content

Instantly share code, notes, and snippets.

@gnthibault
Created January 25, 2018 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gnthibault/7f859fda3ad993aca42342930b27f6a9 to your computer and use it in GitHub Desktop.
Save gnthibault/7f859fda3ad993aca42342930b27f6a9 to your computer and use it in GitHub Desktop.
git TIPS
#How to ignore a file locally in GIT
#Patterns which are specific to a particular repository but which do not need to be shared with other related repositories (e.g., auxiliary files that live inside the repository but are specific to one user's workflow) should go into the $GIT_DIR/info/exclude file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment