Commit 9d404577 authored by karen Carias's avatar karen Carias

added new commands

parent 7140e800
......@@ -34,6 +34,8 @@ You'll see your changes in red when you type "git status".
```
git add CHANGES IN RED
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
......
......@@ -72,3 +72,11 @@ You will be asked for an administrator’s password.
```
sudo
```
### Tell where you are
```
pwd
```
### Open new command line window
Press `command + t` on your keyboard.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment