Skip to content

Commit ea70882

Browse files
authored
Revert "Instructions for returning student (#315)" (#316)
This reverts commit 905a688.
1 parent 905a688 commit ea70882

File tree

5 files changed

+0
-63
lines changed

5 files changed

+0
-63
lines changed

LINUX.md

-14
Original file line numberDiff line numberDiff line change
@@ -354,13 +354,6 @@ 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-
364357
Run the `dotfiles` installer.
365358

366359
```bash
@@ -412,13 +405,6 @@ mkdir -p ~/code/$GITHUB_USERNAME && cd $_
412405
gh repo fork lewagon/dotfiles --clone
413406
```
414407

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-
422408
Run the `dotfiles` installer.
423409

424410
```bash

VM.md

-14
Original file line numberDiff line numberDiff line change
@@ -778,13 +778,6 @@ 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-
788781
Run the `dotfiles` installer.
789782

790783
```bash
@@ -836,13 +829,6 @@ mkdir -p ~/code/$GITHUB_USERNAME && cd $_
836829
gh repo fork lewagon/dotfiles --clone
837830
```
838831

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-
846832
Run the `dotfiles` installer.
847833

848834
```bash

WINDOWS.md

-14
Original file line numberDiff line numberDiff line change
@@ -906,13 +906,6 @@ 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-
916909
Run the `dotfiles` installer.
917910

918911
```bash
@@ -964,13 +957,6 @@ mkdir -p ~/code/$GITHUB_USERNAME && cd $_
964957
gh repo fork lewagon/dotfiles --clone
965958
```
966959

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-
974960
Run the `dotfiles` installer.
975961

976962
```bash

_partials/dotfiles_new_laptop.md

-7
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ 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-
2518
Run the `dotfiles` installer.
2619

2720
```bash

macOS.md

-14
Original file line numberDiff line numberDiff line change
@@ -404,13 +404,6 @@ 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-
414407
Run the `dotfiles` installer.
415408

416409
```bash
@@ -462,13 +455,6 @@ mkdir -p ~/code/$GITHUB_USERNAME && cd $_
462455
gh repo fork lewagon/dotfiles --clone
463456
```
464457

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-
472458
Run the `dotfiles` installer.
473459

474460
```bash

0 commit comments

Comments
 (0)