Git is a version control system that is used to store and manage the codebase. A branch from Git can be checkout using Git command > git checkout <branch_name>.
A new branch can be fetch and checkout using below git command.
git fetch && git checkout feature/social_sign
No comments:
Post a Comment