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 testing
Could be done also with GitHub Desktop or Git bash
test
or the name you wantCould be done also with GitHub Desktop or Git bash
test
or the name you wantCould be done also with GitHub Desktop or Git bash
test
or the name you wanttest
, commitmaster
and test
Could be done also with GitHub Desktop or Git bash
test
or the name you wanttest
, commitmaster
and test
Could be done also with GitHub Desktop or Git bash
test
or the name you wanttest
, commitmaster
and test
master
master
, commitCould be done also with Git bash
master
master
Could be done also with Git bash
master
master
test
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 |