diff --git a/README.md b/README.md index 9703f8e..b17c62a 100644 --- a/README.md +++ b/README.md @@ -424,4 +424,7 @@ Now you're all ready to get started with learning how to use Git and we can star ##### Follow me for more guides -[](https://awscommunity.social/@Ric) [](https://gitlab.com/ric_harvey) [](https://www.linkedin.com/in/richarvey/) [](https://creativecommons.org/licenses/by-nc/4.0/?ref=chooser-v1)[](https://creativecommons.org/licenses/by-nc/4.0/?ref=chooser-v1)[](https://creativecommons.org/licenses/by-nc/4.0/?ref=chooser-v1) +[](https://awscommunity.social/@Ric) [](https://gitlab.com/ric_harvey) [](https://www.linkedin.com/in/richarvey/) + +
Git Guide by Ric Harvey is licensed under CC BY-NC 4.0
\ No newline at end of file diff --git a/branches.md b/branches.md index bbaa9fd..6874552 100644 --- a/branches.md +++ b/branches.md @@ -135,8 +135,12 @@ git push origin --delete demo-branch Now if you check back in the web gui you'll see only the main branch exists. + --- -Git Guide by Ric Harvey is licensed under CC BY-NC 4.0
\ No newline at end of file diff --git a/commit.md b/commit.md index 81358ba..d30a4a4 100644 --- a/commit.md +++ b/commit.md @@ -147,8 +147,12 @@ git tag git tag -l "v1.*" ``` + --- -Git Guide by Ric Harvey is licensed under CC BY-NC 4.0
\ No newline at end of file diff --git a/getting-code.md b/getting-code.md index 84e1e37..01b8500 100644 --- a/getting-code.md +++ b/getting-code.md @@ -98,7 +98,10 @@ git cloneGit Guide by Ric Harvey is licensed under CC BY-NC 4.0
\ No newline at end of file diff --git a/merging.md b/merging.md index ee64ac8..376801a 100644 --- a/merging.md +++ b/merging.md @@ -116,8 +116,12 @@ Now those changes will be selectively merged into your current working directory commit ``` + --- -Git Guide by Ric Harvey is licensed under CC BY-NC 4.0
\ No newline at end of file