{"id":27,"description":"git - undo uncommited local changes to a specific file","tags":["programming","git"],"contents":["# To undo uncommitted local changes to a specific file.","# This command overwrites the current version of filename"," with the version from remote branch","\u003cfilename\u003e is specified as per path spec. See https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-aiddefpathspecapathspec","# git checkout -- filename"]}
