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 - IIFE: var vs this - is there any difference? -

r - Grow a ffdf data frame on disk gradually -