Github's How-to
Github ( https://github.com/ )
Github
Github is a United States-based global company that provides hosting for software development version control using Git. Create your account in github ( https://github.com/ )
Branch
master
- Branch for production environmentdevelop
- Branch for development environment
Working on new task
feature/<New Feature>
hotfix/<Fix Error>
Last updated
Was this helpful?