sang-d / git-exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git Exercises

Requirements

  • Install git on your machine

  • Install git-flow-avh

    • $ brew install git-flow-avh
  • Config git user.email with your wizeline email (lower case)

    • $ git config --global user.email your-email@wizeline.com
  • You need to be added to this repository's collaborator & team to push changes

Exercises:

  • clone repository

  • $ git clone

  • init default git flow

  • $ git flow init -d

  • Follow instruction in each git_* folder

About

License:The Unlicense


Languages

Language:Shell 62.1%Language:Python 37.9%