Skip to content

Commit

Permalink
more keypoints for version control
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Popescu committed Nov 19, 2024
1 parent 3995af8 commit 273141f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions episodes/version_control.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,9 @@ Therefore, always check your current directory using the command `pwd`.

:::::::::::::::::::::::::::::::::::::::: keypoints

- Version control is like an unlimited ‘undo’.
- Version control also allows many people to work in parallel.
- Use git config with the --global option to configure a user name, email address, editor, and other preferences once per machine.
- `git init` initializes a repository.
- Git stores all of its repository data in the `.git` directory.

Expand Down

0 comments on commit 273141f

Please sign in to comment.