... | @@ -39,6 +39,8 @@ These instructions are given using Bash, luckily it is already pre-installed. Se |
... | @@ -39,6 +39,8 @@ These instructions are given using Bash, luckily it is already pre-installed. Se |
|
Can't find it? Take a look at [How to Open a Terminal Window in Ubuntu](https://www.wikihow.com/Open-a-Terminal-Window-in-Ubuntu).
|
|
Can't find it? Take a look at [How to Open a Terminal Window in Ubuntu](https://www.wikihow.com/Open-a-Terminal-Window-in-Ubuntu).
|
|
</details>
|
|
</details>
|
|
|
|
|
|
|
|
New to Bash? Take a look at [Basics of Bash for beginners](https://towardsdatascience.com/basics-of-bash-for-beginners-92e53a4c117a).
|
|
|
|
|
|
## Step 3: Check your Git version
|
|
## Step 3: Check your Git version
|
|
To check your Git version run the command `git --version` in your Terminal.
|
|
To check your Git version run the command `git --version` in your Terminal.
|
|
|
|
|
... | @@ -149,9 +151,10 @@ First time you're going to start with an exercise or assignment you will see thi |
... | @@ -149,9 +151,10 @@ First time you're going to start with an exercise or assignment you will see thi |
|
Here is some information about [SSH & Gitlab](https://gitlab.lnu.se/help/ssh/README#gitlab-and-ssh-keys).
|
|
Here is some information about [SSH & Gitlab](https://gitlab.lnu.se/help/ssh/README#gitlab-and-ssh-keys).
|
|
|
|
|
|
## Step 13: All done!
|
|
## Step 13: All done!
|
|
You're now done to use Git and Gitlab. If you're new to Git please take a look at the following resources to make your life easier.
|
|
You're now done to use Git and Gitlab. If you're new to Git and/or Bash, please take a look at the following resources to make your life easier.
|
|
|
|
|
|
- [Videos](https://git-scm.com/videos) - a couple of short videos that introduce you to the basics of Git.
|
|
- [Videos](https://git-scm.com/videos) - a couple of short videos that introduce you to the basics of Git.
|
|
- [Pro Git](https://git-scm.com/book/en/v2) - free online book.
|
|
- [Pro Git](https://git-scm.com/book/en/v2) - free online book.
|
|
- [Learn Git in 15 minutes](https://www.youtube.com/watch?v=USjZcfj8yxE) - an informative video by Colt Steele.
|
|
- [Learn Git in 15 minutes](https://www.youtube.com/watch?v=USjZcfj8yxE) - an informative video by Colt Steele.
|
|
- [Reference manual](https://git-scm.com/docs)
|
|
- [Reference manual](https://git-scm.com/docs)
|
|
|
|
- [Basics of Bash for beginners](https://towardsdatascience.com/basics-of-bash-for-beginners-92e53a4c117a) |
|
|
|
\ No newline at end of file |