makzan / Exercise-2015-11-dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introducing Git

This is a short introduction of Git.

You can find code snippets of essential git commands in the following:

In each git command document, you can find the following sections:

  1. A short paragraph of what it does.
  2. 1 or 2 example commands.
  3. Any notes when using the commands, such as:
  • Related commands that often use together.
  • Tips & tricks when using this command.
  • Things to be aware when using the command.
  1. Special examples if any.
  2. More links to learn more on the command. (Links to ProGit, Git Reference or Git Ready)

Writing in Markdown

This document uses Github Flavored Markdown format which is an extension of the original markdown. Github also provides a special set of markup for writing documents.

Exercise

This is an exercise for Git course.

To-do

  • Git add
  • Git commit
  • Git status and Working Directory
  • Git branch
  • Git flow
  • Git remote
  • Git push
  • Git fetch
  • Git pull
  • Git reset
  • Git reflog
  • Git install
  • Config
  • Write Git message
  • Git log
  • Git merge
  • Manage conflict

Members and Credits

  • @barrychow: Git reset / Git Reflog
  • @SamuelNWK: Git status and Working Directory
  • @JackyMO: Git rebase
  • @dillyhk, @chrislao: Git remote / Git push / Git fetch / Git pull
  • @marble0039: Git merge / Manage conflict
  • @vanlmlam: Git branch / Git flow
  • @frankwong324: Git add / Git commit
  • @leo-zll, @solioip: Git install, Config, Write Git message

About