Skip to content

Commit

Permalink
relocate good practice callout to avoid redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
avallecam committed Nov 27, 2023
1 parent 5e62c46 commit 7b8e41d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions episodes/06-ignore.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,6 @@ In the section called “What Not to Put Under Version Control” from [G. Wilso
- __Avoid raw data__, since it should not change;
- __Avoid intermediate files or results__ that can be *re-generated* from raw data and software.

::::::::::::::::: checklist

### Good Practice

A good version control project:

- Use it mostly for plain-text files

- Avoid raw data.

- Avoid intermediate files or results.

:::::::::::::::::::::::::::

## Ignore files

What if we have files that we do not want Git to track for us,
Expand Down Expand Up @@ -169,6 +155,20 @@ Ignored files:
nothing to commit, working tree clean
```

::::::::::::::::: checklist

### Good Practice

A good version control project:

- Use it mostly for plain-text files

- Avoid raw data.

- Avoid intermediate files or results.

:::::::::::::::::::::::::::

## Challenges

::::::::::::::::::::::::::::::::::::::: challenge
Expand Down

0 comments on commit 7b8e41d

Please sign in to comment.