Git undo changes made in a specific folder -


how can undo changes made in specific folder?

i've modified files multiple folders like

app/code/core/ app/code/local/ app/design/frontend/ 

i want undo changes made in files present in app/code/core/ while keeping changes modified in files present in app/code/local/ , app/design/frontend/.

if want undo changes, git checkout app/code/core/.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -