mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-04 13:57:38 +02:00
Fixed some typos
This commit is contained in:
@@ -172,7 +172,7 @@ $ git add /path/to/file/HelloWorld.c
|
|||||||
$ git add ./*.java
|
$ git add ./*.java
|
||||||
```
|
```
|
||||||
|
|
||||||
This only addds a file to the staging area/index, it doesn't commit it to the working directory/repo.
|
This only adds a file to the staging area/index, it doesn't commit it to the working directory/repo.
|
||||||
|
|
||||||
### branch
|
### branch
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user