Daniel Vaulot
2021-01-20
GitHub)GitHub)GitHub)Overleaf - On-line Latex)Figshare)
...






Three elements:

A branch in Git is simply a movable pointer to one commit.

$ git branch testing
$ git checkout testing

$ git checkout master
$ git checkout master
$ git merge testingAuto-merging READMEMerge made by the 'recursive' strategy. README | 1 + 1 file changed, 1 insertion(+)

testing
$ git branch -d testingCould be done also with GitHub Desktop or Git bash
testor the name you wantCould be done also with GitHub Desktop or Git bash
testor the name you wantCould be done also with GitHub Desktop or Git bash
testor the name you wanttest, commitmaster and testCould be done also with GitHub Desktop or Git bash
testor the name you wanttest, commitmaster and testCould be done also with GitHub Desktop or Git bash
testor the name you wanttest, commitmaster and testmastermaster, commitCould be done also with Git bash
mastermasterCould be done also with Git bash
mastermastertest

How are we going to synchronize these changes back to our computer ?
Pull: from server to computer

Keyboard shortcuts
| ↑, ←, Pg Up, k | Go to previous slide |
| ↓, →, Pg Dn, Space, j | Go to next slide |
| Home | Go to first slide |
| End | Go to last slide |
| Number + Return | Go to specific slide |
| b / m / f | Toggle blackout / mirrored / fullscreen mode |
| c | Clone slideshow |
| p | Toggle presenter mode |
| t | Restart the presentation timer |
| ?, h | Toggle this help |
| Esc | Back to slideshow |