File tree 5 files changed +63
-0
lines changed
5 files changed +63
-0
lines changed Original file line number Diff line number Diff line change @@ -354,6 +354,13 @@ mkdir -p ~/code/$GITHUB_USERNAME && cd $_
354
354
gh repo fork lewagon/dotfiles --clone
355
355
```
356
356
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
+
357
364
Run the ` dotfiles ` installer.
358
365
359
366
``` bash
@@ -405,6 +412,13 @@ mkdir -p ~/code/$GITHUB_USERNAME && cd $_
405
412
gh repo fork lewagon/dotfiles --clone
406
413
```
407
414
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
+
408
422
Run the ` dotfiles ` installer.
409
423
410
424
``` bash
Original file line number Diff line number Diff line change @@ -778,6 +778,13 @@ mkdir -p ~/code/$GITHUB_USERNAME && cd $_
778
778
gh repo fork lewagon/dotfiles --clone
779
779
```
780
780
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
+
781
788
Run the ` dotfiles ` installer.
782
789
783
790
``` bash
@@ -829,6 +836,13 @@ mkdir -p ~/code/$GITHUB_USERNAME && cd $_
829
836
gh repo fork lewagon/dotfiles --clone
830
837
```
831
838
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
+
832
846
Run the ` dotfiles ` installer.
833
847
834
848
``` bash
Original file line number Diff line number Diff line change @@ -906,6 +906,13 @@ mkdir -p ~/code/$GITHUB_USERNAME && cd $_
906
906
gh repo fork lewagon/dotfiles --clone
907
907
```
908
908
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
+
909
916
Run the ` dotfiles ` installer.
910
917
911
918
``` bash
@@ -957,6 +964,13 @@ mkdir -p ~/code/$GITHUB_USERNAME && cd $_
957
964
gh repo fork lewagon/dotfiles --clone
958
965
```
959
966
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
+
960
974
Run the ` dotfiles ` installer.
961
975
962
976
``` bash
Original file line number Diff line number Diff line change @@ -15,6 +15,13 @@ mkdir -p ~/code/$GITHUB_USERNAME && cd $_
15
15
gh repo fork lewagon/dotfiles --clone
16
16
```
17
17
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
+
18
25
Run the ` dotfiles ` installer.
19
26
20
27
``` bash
Original file line number Diff line number Diff line change @@ -404,6 +404,13 @@ mkdir -p ~/code/$GITHUB_USERNAME && cd $_
404
404
gh repo fork lewagon/dotfiles --clone
405
405
```
406
406
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
+
407
414
Run the ` dotfiles ` installer.
408
415
409
416
``` bash
@@ -455,6 +462,13 @@ mkdir -p ~/code/$GITHUB_USERNAME && cd $_
455
462
gh repo fork lewagon/dotfiles --clone
456
463
```
457
464
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
+
458
472
Run the ` dotfiles ` installer.
459
473
460
474
``` bash
You can’t perform that action at this time.
0 commit comments