a You can clone a repository from GitHub.com to your local computer to make it easier to fix merge conflicts, add or remove files, and push larger commits. When you clone a repository, you copy the repository from GitHub.com to your local machine.
Cloning a repository pulls down a full copy of all the repository data that GitHub.com has at that point in time, including all versions of every file and folder for the project. You can push your changes to the remote repository on GitHub.com, or pull other people's changes from GitHub.com. For more information, see "Using Git".
You can clone your existing repository or clone another person's existing repository to contribute to a project.
test1 115 116 117 118 119 120 121 122 123 124 125
test2
test3
test4
test5
test6
test7
test8
test9
test10
test11
test12
test13
test14
test15
test16
test17
test18
test19
test20
test21
test22
test23
24 25 84 85 86
26 27 87 88 89
28 29 90 91 92
30 31 94 95 96
32 33 97 98
34 35
36 37
38 39
40 41
42 43 49 50 51
44 45 46 47 48
52 53 54 55 56
57 58 59 60 61
62 63 64 65 66
67 68 69 70 71
72 73 74 75 76
77 78 79 80 81
82 83 84 85 86
1001 1002 1003
100 101 102 103 104
a
a b
a b c