Skip to content

Commit 5d77949

Browse files
committed
changed order in explanations
1 parent abfced2 commit 5d77949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ Snapshots (**commits**) in the [EHT-imaging](https://github.com/achael/eht-imagi
7979
## Commits, branches, repositories, forks, clones
8080

8181
- **repository**: The project, contains all data and history (commits, branches, tags).
82-
- **commit**: Snapshot of the project, gets a unique identifier (e.g. `c7f0e8bfc718be04525847fc7ac237f470add76e`).
8382
- **branch**: Independent development line, often we call the main development line `master`.
83+
- **commit**: Snapshot of the project, gets a unique identifier (e.g. `c7f0e8bfc718be04525847fc7ac237f470add76e`).
8484
- **tag**: A pointer to one commit, to be able to refer to it later. Like a sticky note that you attach to a particular commit (e.g. `phd-printed` or `paper-submitted`).
8585
- **cloning**: Copying the whole repository to your laptop - the first time. It is not necessary to download each file one by one.
8686
- **forking**: Taking a copy of a repository (which is typically not yours) - your

0 commit comments

Comments
 (0)