git update-index should do what you want
This will tell git you want to start ignoring the changes to the filegit update-index --assume-unchanged path/to/file
When you want to start keeping track againgit update-index --no-assume-unchanged path/to/file
Github Documentation: update-index
Related Posts:
- git error: failed to push some refs to remote
- Git error: “Please make sure you have the correct access rights and the repository exists”
- Git, fatal: The remote end hung up unexpectedly
- Git – remote: Repository not found
- Pushing to Git returning Error Code 403 fatal: HTTP request failed
- Git master branch has no upstream branch
- How can I determine the URL that a local Git repository was originally cloned from?
- How to pull from one remote branch to another branch in git?
- Trying to git pull with error: cannot open .git/FETCH_HEAD: Permission denied
- How to git add a whole folder
- Download a single folder or directory from a GitHub repo
- Clone A Private Repository (Github)
- How do I rename a repository on GitHub?
- What does ‘git remote add upstream’ help achieve?
- git status (nothing to commit, working directory clean), however with changes commited
- How can I rollback a git repository to a specific commit?
- How to remove a directory from git repository?
- gpg failed to sign the data fatal: failed to write commit object
- Git pull origin
overwrites master? - Git merge with force overwrite
- Git Push ERROR: Repository not found
- Why does Git tell me “No such remote ‘origin'” when I try to push to origin?
- git returns http error 407 from proxy after CONNECT
- Git pull till a particular commit
- Does Git Add have a verbose switch
- Why does Git say my master branch is “already up to date” even though it is not?
- Repository size limits for GitHub.com
- Git Clone – Repository not found
- git SSL certificate- Invalid certificate chain while accessing
- Git push existing repo to a new and different remote repo server?
- Can I arrange repositories into folders on Github?
- What is .gitignore exactly?
- How can I switch to another branch in git?
- GitHub: Permission denied (publickey). fatal: Could not read from remote repository
- git – remote add origin vs remote set-url origin
- How do I push a new local branch to a remote Git repository and track it too?
- How do I push a new local branch to a remote Git repository and track it too?
- Updating a local repository with changes from a GitHub repository
- Git push results in “Authentication Failed”
- github changes not staged for commit
- Git push results in “Authentication Failed”
- Download single files from GitHub
- How to draw checkbox or tick mark in GitHub Markdown table?
- How do I pull my project from github?
- Difference between Git and GitHub
- fatal: The current branch master has no upstream branch
- Create a tag in a GitHub repository
- How to fix HTTP 404 on Github Pages?
- Git: Could not resolve host github.com error while cloning remote repository in git
- How to pull a specific branch from Github
- Trying to git pull with error: cannot open .git/FETCH_HEAD: Permission denied
- How do I update or sync a forked repository on GitHub?
- There is no tracking information for the current branch
- Git push results in “Authentication Failed”
- How do I create a folder in a GitHub repository?
- How to rename a directory/folder on GitHub website?
- Pull request vs Merge request
- What do raw.githubusercontent.com URLs represent?
- Superscript in markdown (Github flavored)?
- error: cannot lock ref.. ‘refs/tags’ exists; cannot create ‘refs/tags/
- “Key is invalid” message on GitHub
- Git: Installing Git in PATH with GitHub client for Windows
- ! [rejected] master -> master (fetch first)
- How to git add a whole folder
- Git: Merge a Remote branch locally
- How can I remove a commit on GitHub?
- Where can I find the GitHub ID in my account?
- how to un fork the github repository?
- Create a new file in git bash
- Why I always Got Error “Push to origin/master was rejected”?
- Git lfs – “this exceeds GitHub’s file size limit of 100.00 MB”
- Github Windows ‘Failed to sync this branch’
- How do you clone a Git repository into a specific folder?
- Git keeps prompting me for a password
- Delete forked repo from GitHub
- Found a swap file by the name
- How to install Git for Cygwin?
- Git removing upstream from local repository
- How do you merge two Git repositories?
- Differences between Commit, Commit and Push, Commit and Sync
- How can I delete all Git branches which have been merged?
- key_load_public: invalid format
- Importing a GitHub project into Eclipse
- Git push hangs when pushing to Github?
- Issue with SourceTree while cloning a GitHub repository
- Git push requires username and password
- Is Git/GitHub a good WordPress deployment solution?
- GIT and Development URL’s point to production
- WordPress Premium Plugin (3rd Party Github User)
- Have WP Theme update from Git Repository
- How to get the SQL of the changes made to the database from an update or upgrade?
- Git Hosting for WordPress SVN Plugin Repository [closed]
- how to embed or share a gits in my blog wordpress?
- Wordpres core-update theme renames theme folder name
- How to persist custom posts, custom fields and styles on a Github repository?
- How to use one git (github) repository for version control for multiple themes
- Is it bad practice to install WordPress by cloning from the official GitHub repo?
- How to host your WordPress theme on github and make my theme updatable for my client
- Could not find wp-load.php issue
- how can I create a WP offline environment before releasing the websites? [closed]