git_introduction
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| git_introduction [2018/11/15 15:51] – tell | git_introduction [2018/11/16 16:47] (current) – ilena | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| Before doing anything, sign up with github (create a username and password, and find the Eastbots organization: | Before doing anything, sign up with github (create a username and password, and find the Eastbots organization: | ||
| + | |||
| Once you have a github account, Amr, Steve, or Ilena can add you to the Eastbots organization in github. | Once you have a github account, Amr, Steve, or Ilena can add you to the Eastbots organization in github. | ||
| Line 11: | Line 12: | ||
| If you're using linux, git should be available easily with the software package manager in your linux system. | If you're using linux, git should be available easily with the software package manager in your linux system. | ||
| - | We found a good windows download here https:// | + | We found a good windows download here https:// |
| ====== Git basics, Steve' | ====== Git basics, Steve' | ||
| Line 26: | Line 27: | ||
| Here's a screenshot showing the complete process. | Here's a screenshot showing the complete process. | ||
| {{ :: | {{ :: | ||
| + | |||
| + | ===== git pull ===== | ||
| + | The pull command updates your local repository and working copy with new changed made and pushed to the parent repository on github. | ||
| + | |||
| + | Unless you only did your clone seconds ago, someone else on the team may have submitted changes since you cloned. | ||
| ===== aside: your first edit ===== | ===== aside: your first edit ===== | ||
| Line 43: | Line 49: | ||
| {{ : | {{ : | ||
| - | ===== git pull ===== | ||
| - | The pull command updates your local repository and working copy with new changed made and pushed to the parent repository on github. | ||
| - | |||
| - | Unless you only did your clone seconds ago, someone else on the team may have submitted changes since you cloned. | ||
| ===== git status ===== | ===== git status ===== | ||
| Git status shows what you've done in your working copy, listing files that have been changed or created. | Git status shows what you've done in your working copy, listing files that have been changed or created. | ||
| Line 102: | Line 104: | ||
| ====== References ====== | ====== References ====== | ||
| + | * https:// | ||
| * official git documentation and tutorial: https:// | * official git documentation and tutorial: https:// | ||
| * another tutorial https:// | * another tutorial https:// | ||
git_introduction.1542315087.txt.gz · Last modified: 2018/11/15 15:51 by tell
