Discard all your local changes:
git reset –hard HEAD
git clean -d -f
Check local and remote branch:
git branch -v -a
Check out a remote branch
git switch -c branch_name origin/branch_name
Discard all your local changes:
git reset –hard HEAD
git clean -d -f
Check local and remote branch:
git branch -v -a
Check out a remote branch
git switch -c branch_name origin/branch_name
Designed using Responsive Brix. Powered by WordPress.