You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git checkout [-p|--patch] [<tree-ish>] [--] <pathspec>…
When or --patch are given, git checkout does not switch branches. It updates the named paths in the working tree from the index file or from a named (most often a commit).
main.development.js
is a file,master
is a branch. It should show onlymaster
The text was updated successfully, but these errors were encountered: