summaryrefslogtreecommitdiff
path: root/doc/gitlab-basics/basic-git-commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gitlab-basics/basic-git-commands.md')
-rw-r--r--doc/gitlab-basics/basic-git-commands.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/gitlab-basics/basic-git-commands.md b/doc/gitlab-basics/basic-git-commands.md
index 52465c24319..2b5767dd2d3 100644
--- a/doc/gitlab-basics/basic-git-commands.md
+++ b/doc/gitlab-basics/basic-git-commands.md
@@ -51,11 +51,6 @@ git checkout .
git clean -f
```
-### Remove all the changes that you don't want to send to gitlab.com
-```
-git add NAME-OF-FILE -all
-```
-
### Merge created branch with master branch
You need to be in the created branch.
```