Skip to content

Commit

Permalink
minor text updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdarst committed Mar 8, 2024
1 parent 68e73dd commit e6a9190
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/local-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ do, so now we move to working on your own computer.

## Basics

- What is VS Code and command line
- What is VS Code and what is the command line?
- How to choose.
- Command line still needed sometimes in VS Code. Show how it can be
accessed.
accessed (for the most part you just paste in what you need).



Expand Down
7 changes: 7 additions & 0 deletions content/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ pull request
into another. Usually used to contribute code back to
{term}`upstream`.

push
Moving changes from your local copy to another copy

pull
Getting changes from another copy to your own copy. `git pull`
does this fetch, and also tries to automatically merge.

master
Default name for main branch on Git. Depending on the configuration and service,
the default branch is sometimes **main**.
Expand Down

0 comments on commit e6a9190

Please sign in to comment.