... | @@ -116,7 +116,7 @@ Please use the `HTTPS` protocol and not `SSH` (the latter, I think, is |
... | @@ -116,7 +116,7 @@ Please use the `HTTPS` protocol and not `SSH` (the latter, I think, is |
|
usually the default). I prefer working on the command line/terminal, so the
|
|
usually the default). I prefer working on the command line/terminal, so the
|
|
command to clone a local copy of this repository would then be (on Mac or Linux)
|
|
command to clone a local copy of this repository would then be (on Mac or Linux)
|
|
```shell
|
|
```shell
|
|
git clone https://ie-repo.up.ac.za/howto/git.git ./howToGit
|
|
git clone https://ie-repo.up.ac.za/howto/welcome.git ./howToGit
|
|
```
|
|
```
|
|
You have now created a clone of the remote repository on your machine in the location __./howToGit__. This is your local repository.
|
|
You have now created a clone of the remote repository on your machine in the location __./howToGit__. This is your local repository.
|
|
|
|
|
... | @@ -171,7 +171,7 @@ If you want more info on Markdown documents, look [here](https://github.com/gitl |
... | @@ -171,7 +171,7 @@ If you want more info on Markdown documents, look [here](https://github.com/gitl |
|
A neat feature working in LaTeX is that you can add a watermark to the footer of
|
|
A neat feature working in LaTeX is that you can add a watermark to the footer of
|
|
your document, for example, which shows who the last person is to commit to the
|
|
your document, for example, which shows who the last person is to commit to the
|
|
document and what the specific revision is. More information on setting that up
|
|
document and what the specific revision is. More information on setting that up
|
|
and getting it done [here](https://ie-repo.up.ac.za/howto/latex/tree/master/git).
|
|
and getting it done [here](https://ie-repo.up.ac.za/howto/welcome/tree/master/latex).
|
|
|
|
|
|
## A quick and dirty way to getting started with Git
|
|
## A quick and dirty way to getting started with Git
|
|
|
|
|
... | | ... | |