Skip to content

Git Checkout

Get changes from a branch to a specific directory

git checkout some_branch some_dir
# will only update some_dir with changes from some_branch