mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
Git: fixed typo
This commit is contained in:
parent
e75a9e031b
commit
9e605ee35c
@ -74,7 +74,7 @@ other repositories, or not!
|
||||
### Branch
|
||||
|
||||
A branch is essentially a pointer to the last commit you made. As you go on
|
||||
committing, this pointer will automatically update to ooint the latest commit.
|
||||
committing, this pointer will automatically update to point the latest commit.
|
||||
|
||||
### HEAD and head (component of .git dir)
|
||||
|
||||
@ -141,7 +141,7 @@ $ git commit --help
|
||||
$ git init --help
|
||||
```
|
||||
|
||||
### ignore (set of) files
|
||||
### ignore files
|
||||
|
||||
To intentionally untrack file(s) & folder(s) from git. Typically meant for
|
||||
private & temp files which would otherwise be shared in the repository.
|
||||
|
Loading…
Reference in New Issue
Block a user