Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion forking_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Now you have access to local, remote (origin), and remote parent (upstream) bran
## 3. Make local changes
In your local repository, feel free to make any changes you'd like. For simplicity, you can create a new file `<YOUR_NAME>_test.txt` and add some text to it. Once that is saved, remember to `git add` and `git commit` your changes:
```
git add . && git commit -m "created new file"
git add . && git commit -m "create new file"
```

### **To do this in VSCode:**
Expand Down
1 change: 1 addition & 0 deletions test_file.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
some change katherine has made