Confirmed users
1,643
edits
| Line 439: | Line 439: | ||
==Remote branch== | ==Remote branch== | ||
===clone=== | |||
[[File:Git remote repository.png|thumb|center|800px|Figure 3. Remote and local]] | [[File:Git remote repository.png|thumb|center|800px|Figure 3. Remote and local]] | ||
| Line 455: | Line 456: | ||
* A topic/ development branch: A local branch which is checkout from a local-tracking branch. A development branch is where we construct feature or fix bugs. | * A topic/ development branch: A local branch which is checkout from a local-tracking branch. A development branch is where we construct feature or fix bugs. | ||
* A remote branch: a branch located in remote repository. | * A remote branch: a branch located in remote repository. | ||
===fetch and push=== | |||
TBD: refspec | |||
==Recipes/ Troubles== | ==Recipes/ Troubles== | ||