Checking Out a Branch in Git -
i've got git repository android app i'm trying overhaul , want keep current working version on hand. i've created branch new development, , checked out, when switching old branch files specific new development show up.
my question this: when checkout different branch, git delete local files current branch , replace them new branch's local files? or git modify local files when checkout branch? i'm using windows if makes difference.
you must add , commit new files in repository checked out branch in order have them not showing when switching branch.
the reason git ignores files have not been added index, , quietly leaves them in place when swithcing branches not removed mistake.
Comments
Post a Comment