Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaren Carias <karen@gitlab.com>2015-07-13 22:44:50 +0300
committerkaren Carias <karen@gitlab.com>2015-07-13 22:44:50 +0300
commit3020fa9945c9c15878ce043c961e764e02fa2511 (patch)
treec8fb02390b808a4caf9329828a3b26688e81691b /doc/gitlab-basics/basic-git-commands.md
parent10e8fd46b1b6b91adb253c08dba4eb53fb2a6f6d (diff)
added link to doc
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.
```