📁
EdmundHee
  • Edmund's How to
  • Python
    • Virtual Environment
      • Setup for Windows
      • Setup for Mac
      • How to use VirtualEnvWrapper
  • Git
    • Setup Git Environment
      • Setup Git for Windows
      • Setup Git for Mac
    • Github's How-to
      • Create a repository
      • Repository Branch
      • Update Repository
  • AWS
    • EC2
      • [Raw] EC2 - Recovery Instance
  • Web Development
    • NodeJS
Powered by GitBook
On this page
  • Github
  • Branch
  • Working on new task

Was this helpful?

  1. Git

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 environment

  • develop - Branch for development environment

Working on new task

  • feature/<New Feature>

  • hotfix/<Fix Error>

PreviousSetup Git for MacNextCreate a repository

Last updated 5 years ago

Was this helpful?