We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5cc81 commit 8e58e85Copy full SHA for 8e58e85
_partials/dotfiles_new_laptop.md
@@ -15,6 +15,13 @@ mkdir -p ~/code/$GITHUB_USERNAME && cd $_
15
gh repo fork lewagon/dotfiles --clone
16
```
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
25
Run the `dotfiles` installer.
26
27
```bash
0 commit comments