Skip to content

Updated git add command - #14

Merged
nuhil merged 1 commit into
howtocode-dev:masterfrom
arsho:patch-1
Sep 18, 2019
Merged

Updated git add command#14
nuhil merged 1 commit into
howtocode-dev:masterfrom
arsho:patch-1

Conversation

@arsho

@arsho arsho commented May 22, 2019

Copy link
Copy Markdown
Contributor

According to this stackoverflow answer and Git documentation,
to add all files to staging area the following command should be used:

git add --all

or

git add -A

According to [this stackoverflow answer](https://stackoverflow.com/a/26039014/3129414) and [Git documentation](https://git-scm.com/docs/git-add#Documentation/git-add.txt--A),
to add all files to staging area the following command should be used:
```
git add --all
```
or
```
git add -A
```
@nuhil
nuhil merged commit 2044c7c into howtocode-dev:master Sep 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants