To create a new branch on Github do the following steps:
1. On the branch drop down, type a name for the new branch to create. Try the name "dev".
2. On the terminal, type 'sudo git pull'. This will inform you that a new branch "dev" is available.
3. Type 'sudo git checkout dev'
4. Now you can do a 'sudo git pull' to get get code from the dev branch.
It's that easy!
No comments:
Post a Comment