added new commands

This commit is contained in:
karen Carias
2015-08-25 21:57:10 -07:00
parent 7140e800ee
commit 9d40457766
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -72,3 +72,11 @@ You will be asked for an administrators password.
```
sudo
```
### Tell where you are
```
pwd
```
### Open new command line window
Press `command + t` on your keyboard.