Skip to content

Commit 8e58e85

Browse files
committed
Instructions for returning student
1 parent be5cc81 commit 8e58e85

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

_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

0 commit comments

Comments
 (0)