diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..598c122 Binary files /dev/null and b/.DS_Store differ diff --git a/README.md b/README.md index 3383a29..3f349cb 100644 --- a/README.md +++ b/README.md @@ -421,6 +421,7 @@ git config --global commit.gpgsign true Now you're all ready to get started with learning how to use Git and we can start that journey by learning how to **clone** and **pull** code, head [here](./getting-code.md) for more information. --- +
##### Follow me for more guides -[](https://awscommunity.social/@Ric) [](https://www.linkedin.com/in/richarvey/) +[](https://awscommunity.social/@Ric) [](https://gitlab.com/ric_harvey) [](https://www.linkedin.com/in/richarvey/) [](href="https://creativecommons.org/licenses/by-nc/4.0/?ref=chooser-v1) diff --git a/branches.md b/branches.md index d14bc65..bbaa9fd 100644 --- a/branches.md +++ b/branches.md @@ -136,6 +136,7 @@ git push origin --delete demo-branch Now if you check back in the web gui you'll see only the main branch exists. --- +
##### Follow me for more guides -[](https://awscommunity.social/@Ric) [](https://www.linkedin.com/in/richarvey/) +[](https://awscommunity.social/@Ric) [](https://gitlab.com/ric_harvey) [](https://www.linkedin.com/in/richarvey/) [](href="https://creativecommons.org/licenses/by-nc/4.0/?ref=chooser-v1) diff --git a/commit.md b/commit.md index 78dc299..81358ba 100644 --- a/commit.md +++ b/commit.md @@ -146,7 +146,9 @@ git tag # To filter tags to a certain string git tag -l "v1.*" ``` + --- +
##### Follow me for more guides -[](https://awscommunity.social/@Ric) [](https://www.linkedin.com/in/richarvey/) +[](https://awscommunity.social/@Ric) [](https://gitlab.com/ric_harvey) [](https://www.linkedin.com/in/richarvey/) [](href="https://creativecommons.org/licenses/by-nc/4.0/?ref=chooser-v1) diff --git a/getting-code.md b/getting-code.md index 70abcde..84e1e37 100644 --- a/getting-code.md +++ b/getting-code.md @@ -98,6 +98,7 @@ git clone Now you can change directory into that new folder and start working. --- +
##### Follow me for more guides -[](https://awscommunity.social/@Ric) [](https://www.linkedin.com/in/richarvey/) \ No newline at end of file +[](https://awscommunity.social/@Ric) [](https://gitlab.com/ric_harvey) [](https://www.linkedin.com/in/richarvey/) [](href="https://creativecommons.org/licenses/by-nc/4.0/?ref=chooser-v1) \ No newline at end of file diff --git a/img/gitlab.png b/img/gitlab.png new file mode 100644 index 0000000..b5e4b97 Binary files /dev/null and b/img/gitlab.png differ diff --git a/merging.md b/merging.md index 7c06bdf..ee64ac8 100644 --- a/merging.md +++ b/merging.md @@ -117,7 +117,7 @@ Now those changes will be selectively merged into your current working directory ``` --- - +
##### Follow me for more guides -[](https://awscommunity.social/@Ric) [](https://www.linkedin.com/in/richarvey/) +[](https://awscommunity.social/@Ric) [](https://gitlab.com/ric_harvey) [](https://www.linkedin.com/in/richarvey/) [](href="https://creativecommons.org/licenses/by-nc/4.0/?ref=chooser-v1)