Skip to content

Commit 905a688

Browse files
julesvanriegithub-actions
and
github-actions
authored
Instructions for returning student (#315)
* Instructions for returning student * setup guides generated --------- Co-authored-by: github-actions <[email protected]>
1 parent be5cc81 commit 905a688

File tree

5 files changed

+63
-0
lines changed

5 files changed

+63
-0
lines changed

LINUX.md

+14
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,13 @@ mkdir -p ~/code/$GITHUB_USERNAME && cd $_
354354
gh repo fork lewagon/dotfiles --clone
355355
```
356356

357+
Now, your dotfiles might not be in sync anymore with the Le Wagon version. **Ask a TA** to run through these steps together:
358+
359+
1. `git merge upstream/master`
360+
2. Check that you're not in MERGING state (if any conflicts resolve them)
361+
3. Do a `git diff HEAD~1 HEAD` to check what changed
362+
4. If nothing seems out of the ordinary, continue
363+
357364
Run the `dotfiles` installer.
358365

359366
```bash
@@ -405,6 +412,13 @@ mkdir -p ~/code/$GITHUB_USERNAME && cd $_
405412
gh repo fork lewagon/dotfiles --clone
406413
```
407414

415+
Now, your dotfiles might not be in sync anymore with the Le Wagon version. **Ask a TA** to run through these steps together:
416+
417+
1. `git merge upstream/master`
418+
2. Check that you're not in MERGING state (if any conflicts resolve them)
419+
3. Do a `git diff HEAD~1 HEAD` to check what changed
420+
4. If nothing seems out of the ordinary, continue
421+
408422
Run the `dotfiles` installer.
409423

410424
```bash

VM.md

+14
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,13 @@ mkdir -p ~/code/$GITHUB_USERNAME && cd $_
778778
gh repo fork lewagon/dotfiles --clone
779779
```
780780

781+
Now, your dotfiles might not be in sync anymore with the Le Wagon version. **Ask a TA** to run through these steps together:
782+
783+
1. `git merge upstream/master`
784+
2. Check that you're not in MERGING state (if any conflicts resolve them)
785+
3. Do a `git diff HEAD~1 HEAD` to check what changed
786+
4. If nothing seems out of the ordinary, continue
787+
781788
Run the `dotfiles` installer.
782789

783790
```bash
@@ -829,6 +836,13 @@ mkdir -p ~/code/$GITHUB_USERNAME && cd $_
829836
gh repo fork lewagon/dotfiles --clone
830837
```
831838

839+
Now, your dotfiles might not be in sync anymore with the Le Wagon version. **Ask a TA** to run through these steps together:
840+
841+
1. `git merge upstream/master`
842+
2. Check that you're not in MERGING state (if any conflicts resolve them)
843+
3. Do a `git diff HEAD~1 HEAD` to check what changed
844+
4. If nothing seems out of the ordinary, continue
845+
832846
Run the `dotfiles` installer.
833847

834848
```bash

WINDOWS.md

+14
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,13 @@ mkdir -p ~/code/$GITHUB_USERNAME && cd $_
906906
gh repo fork lewagon/dotfiles --clone
907907
```
908908

909+
Now, your dotfiles might not be in sync anymore with the Le Wagon version. **Ask a TA** to run through these steps together:
910+
911+
1. `git merge upstream/master`
912+
2. Check that you're not in MERGING state (if any conflicts resolve them)
913+
3. Do a `git diff HEAD~1 HEAD` to check what changed
914+
4. If nothing seems out of the ordinary, continue
915+
909916
Run the `dotfiles` installer.
910917

911918
```bash
@@ -957,6 +964,13 @@ mkdir -p ~/code/$GITHUB_USERNAME && cd $_
957964
gh repo fork lewagon/dotfiles --clone
958965
```
959966

967+
Now, your dotfiles might not be in sync anymore with the Le Wagon version. **Ask a TA** to run through these steps together:
968+
969+
1. `git merge upstream/master`
970+
2. Check that you're not in MERGING state (if any conflicts resolve them)
971+
3. Do a `git diff HEAD~1 HEAD` to check what changed
972+
4. If nothing seems out of the ordinary, continue
973+
960974
Run the `dotfiles` installer.
961975

962976
```bash

_partials/dotfiles_new_laptop.md

+7
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ mkdir -p ~/code/$GITHUB_USERNAME && cd $_
1515
gh repo fork lewagon/dotfiles --clone
1616
```
1717

18+
Now, your dotfiles might not be in sync anymore with the Le Wagon version. **Ask a TA** to run through these steps together:
19+
20+
1. `git merge upstream/master`
21+
2. Check that you're not in MERGING state (if any conflicts resolve them)
22+
3. Do a `git diff HEAD~1 HEAD` to check what changed
23+
4. If nothing seems out of the ordinary, continue
24+
1825
Run the `dotfiles` installer.
1926

2027
```bash

macOS.md

+14
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,13 @@ mkdir -p ~/code/$GITHUB_USERNAME && cd $_
404404
gh repo fork lewagon/dotfiles --clone
405405
```
406406

407+
Now, your dotfiles might not be in sync anymore with the Le Wagon version. **Ask a TA** to run through these steps together:
408+
409+
1. `git merge upstream/master`
410+
2. Check that you're not in MERGING state (if any conflicts resolve them)
411+
3. Do a `git diff HEAD~1 HEAD` to check what changed
412+
4. If nothing seems out of the ordinary, continue
413+
407414
Run the `dotfiles` installer.
408415

409416
```bash
@@ -455,6 +462,13 @@ mkdir -p ~/code/$GITHUB_USERNAME && cd $_
455462
gh repo fork lewagon/dotfiles --clone
456463
```
457464

465+
Now, your dotfiles might not be in sync anymore with the Le Wagon version. **Ask a TA** to run through these steps together:
466+
467+
1. `git merge upstream/master`
468+
2. Check that you're not in MERGING state (if any conflicts resolve them)
469+
3. Do a `git diff HEAD~1 HEAD` to check what changed
470+
4. If nothing seems out of the ordinary, continue
471+
458472
Run the `dotfiles` installer.
459473

460474
```bash

0 commit comments

Comments
 (0)