mirror of https://github.com/CrimsonTome/tldr.git
Merge pull request #726 from sethwoodworth/feature-gap
Adds git-add -p instructionswaldyrious/alt-syntax
commit
6b351873f1
|
@ -4,7 +4,7 @@
|
|||
|
||||
- Add a file to the index:
|
||||
|
||||
`git add {{PATHSPEC}}`
|
||||
`git add {{path/to/file}}`
|
||||
|
||||
- Add all files (tracked and untracked):
|
||||
|
||||
|
@ -17,3 +17,7 @@
|
|||
- Also add ignored files:
|
||||
|
||||
`git add -f`
|
||||
|
||||
- Add parts of a file interactively:
|
||||
|
||||
`git add -p {{path/to/file}}`
|
||||
|
|
Loading…
Reference in New Issue