... | @@ -223,7 +223,9 @@ Let's create a file in your git folder and see how this change is shown in git. |
... | @@ -223,7 +223,9 @@ Let's create a file in your git folder and see how this change is shown in git. |
|
create mode 100644 java.txt
|
|
create mode 100644 java.txt
|
|
````
|
|
````
|
|
This means your changes have been successfully committed! However, they are not on the server yet.
|
|
This means your changes have been successfully committed! However, they are not on the server yet.
|
|
|
|
|
|
#### Sending code back into GitLab
|
|
#### Sending code back into GitLab
|
|
|
|
|
|
Now that we have added a commit, we need to send those changes back into GitLab.
|
|
Now that we have added a commit, we need to send those changes back into GitLab.
|
|
1. Back in your terminal, "cd" into your project directory.
|
|
1. Back in your terminal, "cd" into your project directory.
|
|
2. Type `git push`.
|
|
2. Type `git push`.
|
... | | ... | |