Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tech_notes:git [2023-02-14 Tue wk07 17:43] – baumkp | tech_notes:git [2023-04-30 Sun wk17 17:43] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| ======git====== | ======git====== | ||
| - | <- tech_notes: | + | To install in Debian: '' |
| + | |||
| + | In directory to be made into git: '' | ||
| + | |||
| + | To save files to staging file: '' | ||
| + | |||
| + | To commit files: '' | ||
| + | |||
| + | To see log of all commits: '' | ||
| + | |||
| + | To revert to an earlier branch: '' | ||
| + | |||
| + | '' | ||
| + | |||
| + | |||
| + | |||
| + | =====github===== | ||
| + | Create a github account | ||
| + | |||
| + | Create a new repository | ||
| + | Note that github give instructions on how to push from you local git to git hub. | ||
| + | |||
| + | '' | ||
| + | |||
| + | |||
| + | <- tech_notes: | ||