Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
gitlab-ce
Commits
9d404577
Commit
9d404577
authored
Aug 25, 2015
by
karen Carias
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added new commands
parent
7140e800
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
doc/gitlab-basics/basic-git-commands.md
doc/gitlab-basics/basic-git-commands.md
+2
-0
doc/gitlab-basics/command-line-commands.md
doc/gitlab-basics/command-line-commands.md
+8
-0
No files found.
doc/gitlab-basics/basic-git-commands.md
View file @
9d404577
...
@@ -34,6 +34,8 @@ You'll see your changes in red when you type "git status".
...
@@ -34,6 +34,8 @@ You'll see your changes in red when you type "git status".
```
```
git add CHANGES IN RED
git add CHANGES IN RED
git commit -m "DESCRIBE THE INTENTION OF THE COMMIT"
git commit -m "DESCRIBE THE INTENTION OF THE COMMIT"
or
git commit -am "DESCRIBE THE INTENTION OF THE COMMIT WITH AN ADDITIONAL MESSAGE"
```
```
### Send changes to gitlab.com
### Send changes to gitlab.com
...
...
doc/gitlab-basics/command-line-commands.md
View file @
9d404577
...
@@ -72,3 +72,11 @@ You will be asked for an administrator’s password.
...
@@ -72,3 +72,11 @@ You will be asked for an administrator’s password.
```
```
sudo
sudo
```
```
### Tell where you are
```
pwd
```
### Open new command line window
Press
`command + t`
on your keyboard.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment