-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
28 lines (20 loc) · 1.02 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
//**************************************************************************
//--------------------------------------------------------------------------
// Learning Git---Learning some Git command
//
// Hao Zeng
// version 1.0
// Date 2017.7.19
//--------------------------------------------------------------------------
//**************************************************************************
Git is a distributed version control system.
Git is free software distrbuted under the GPL.
Git has a mutable index called stage.
Git tracks changes of files.
Greating a new branch is quick---written in branch dev
Creating a New branch is quick & simple---merge branch master and branch feature1
Test Fast Forward----in branch TEST-FAST-FORWARD
Test NO Fast Forward----in branch TEST-NO-FAST-FORWARD
Do some development in branch master and branch dev1---both branch modify//haha, I also change this line in branch dev2
Do some development in branch dev2---both branch dev2 modify
Do someting in dev3 before fix bug-101--in branch dev3