From 05d8799a1705164e126ab22e3ff9f8ca54250924 Mon Sep 17 00:00:00 2001 From: paropkar777 <63247221+paropkar777@users.noreply.github.com> Date: Sat, 9 Dec 2023 10:32:50 -0600 Subject: [PATCH 1/8] Delete .github directory --- .github/CODEOWNERS | 3 --- .github/ISSUE_TEMPLATE.md | 34 -------------------------------- .github/PULL_REQUEST_TEMPLATE.md | 1 - 3 files changed, 38 deletions(-) delete mode 100644 .github/CODEOWNERS delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 97f37e0..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,3 +0,0 @@ -# Codeowners for these exercise files: -# * (asterisk) deotes "all files and folders" -# Example: * @producer @instructor diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 20ff87d..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,34 +0,0 @@ - - -## Issue Overview - - -## Describe your environment - - -## Steps to Reproduce - -1. -2. -3. -4. - -## Expected Behavior - - -## Current Behavior - - -## Possible Solution - - -## Screenshots / Video - - -## Related Issues - diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 6ae59ec..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1 +0,0 @@ - From 7d04da84816423d94acbfff32e62c14d039c1021 Mon Sep 17 00:00:00 2001 From: paropkar777 Date: Sat, 9 Dec 2023 23:30:30 +0530 Subject: [PATCH 2/8] feat:delete files --- .github/CODEOWNERS | 3 --- .github/ISSUE_TEMPLATE.md | 34 -------------------------------- .github/PULL_REQUEST_TEMPLATE.md | 1 - 3 files changed, 38 deletions(-) delete mode 100644 .github/CODEOWNERS delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 97f37e0..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,3 +0,0 @@ -# Codeowners for these exercise files: -# * (asterisk) deotes "all files and folders" -# Example: * @producer @instructor diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 20ff87d..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,34 +0,0 @@ - - -## Issue Overview - - -## Describe your environment - - -## Steps to Reproduce - -1. -2. -3. -4. - -## Expected Behavior - - -## Current Behavior - - -## Possible Solution - - -## Screenshots / Video - - -## Related Issues - diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 6ae59ec..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1 +0,0 @@ - From abb93ca0fe83d58bac607d203aa1b46dc6d926e4 Mon Sep 17 00:00:00 2001 From: paropkar777 Date: Sun, 10 Dec 2023 04:03:57 +0530 Subject: [PATCH 3/8] feat: change readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55a9051..592b936 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is the repository for the LinkedIn Learning course Learning Git and GitHub. The full course is available from [LinkedIn Learning][lil-course-url]. ![Learning Git and GitHub][lil-thumbnail-url] - +aa Version Control lets you manage changes you've made to files over time, and is an essential skill for developers to master. Git is by far the most popular version control system on the web. In this fast-paced course, Ray Villalobos shows you the fundamental commands that you need to work with most Git projects. He explains how to use checkpoints called commits, which let you leave messages documenting what happened at each checkpoint, as well as how to create branches that are alternate versions of your project that you can work on without changing the original. Plus, he shows how to work with the popular GitHub website to explore existing projects, clone them to your local hard drive, and use them as templates for your new projects. ## Instructions From 075d642b13a1636eadabe248802226a87e1041dc Mon Sep 17 00:00:00 2001 From: paropkar777 Date: Sun, 10 Dec 2023 04:51:38 +0530 Subject: [PATCH 4/8] feat:fix-code1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 592b936..14c638b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is the repository for the LinkedIn Learning course Learning Git and GitHub. The full course is available from [LinkedIn Learning][lil-course-url]. ![Learning Git and GitHub][lil-thumbnail-url] -aa +aabbbcccc Version Control lets you manage changes you've made to files over time, and is an essential skill for developers to master. Git is by far the most popular version control system on the web. In this fast-paced course, Ray Villalobos shows you the fundamental commands that you need to work with most Git projects. He explains how to use checkpoints called commits, which let you leave messages documenting what happened at each checkpoint, as well as how to create branches that are alternate versions of your project that you can work on without changing the original. Plus, he shows how to work with the popular GitHub website to explore existing projects, clone them to your local hard drive, and use them as templates for your new projects. ## Instructions From 7dddb09d097a12486c3aaaa810e0af4ef8ed7eda Mon Sep 17 00:00:00 2001 From: paropkar777 Date: Sun, 10 Dec 2023 05:03:25 +0530 Subject: [PATCH 5/8] feat: falatu --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 14c638b..1322737 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ This is the repository for the LinkedIn Learning course Learning Git and GitHub. ![Learning Git and GitHub][lil-thumbnail-url] aabbbcccc +conflict remove Version Control lets you manage changes you've made to files over time, and is an essential skill for developers to master. Git is by far the most popular version control system on the web. In this fast-paced course, Ray Villalobos shows you the fundamental commands that you need to work with most Git projects. He explains how to use checkpoints called commits, which let you leave messages documenting what happened at each checkpoint, as well as how to create branches that are alternate versions of your project that you can work on without changing the original. Plus, he shows how to work with the popular GitHub website to explore existing projects, clone them to your local hard drive, and use them as templates for your new projects. ## Instructions From 0d69018b9522ad802c038280fb58d6c9d449a25c Mon Sep 17 00:00:00 2001 From: paropkar777 Date: Sun, 10 Dec 2023 05:04:35 +0530 Subject: [PATCH 6/8] aslli wala --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 14c638b..1fc87e5 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ This is the repository for the LinkedIn Learning course Learning Git and GitHub. ![Learning Git and GitHub][lil-thumbnail-url] aabbbcccc +main wala Version Control lets you manage changes you've made to files over time, and is an essential skill for developers to master. Git is by far the most popular version control system on the web. In this fast-paced course, Ray Villalobos shows you the fundamental commands that you need to work with most Git projects. He explains how to use checkpoints called commits, which let you leave messages documenting what happened at each checkpoint, as well as how to create branches that are alternate versions of your project that you can work on without changing the original. Plus, he shows how to work with the popular GitHub website to explore existing projects, clone them to your local hard drive, and use them as templates for your new projects. ## Instructions From 79b1cd19643306d1065cb2f12d7cc16952d4f7bf Mon Sep 17 00:00:00 2001 From: paropkar777 Date: Sun, 10 Dec 2023 05:38:21 +0530 Subject: [PATCH 7/8] new change --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 8f14c79..25a9929 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,7 @@ This is the repository for the LinkedIn Learning course Learning Git and GitHub. ![Learning Git and GitHub][lil-thumbnail-url] aabbbcccc -<<<<<<< HEAD -main wala -======= ->>>>>>> conflict-branch +main wala 1 Version Control lets you manage changes you've made to files over time, and is an essential skill for developers to master. Git is by far the most popular version control system on the web. In this fast-paced course, Ray Villalobos shows you the fundamental commands that you need to work with most Git projects. He explains how to use checkpoints called commits, which let you leave messages documenting what happened at each checkpoint, as well as how to create branches that are alternate versions of your project that you can work on without changing the original. Plus, he shows how to work with the popular GitHub website to explore existing projects, clone them to your local hard drive, and use them as templates for your new projects. ## Instructions From fe28875264b04181a685d285afcb2dd6bcc3fab2 Mon Sep 17 00:00:00 2001 From: paropkar777 Date: Sun, 10 Dec 2023 05:57:40 +0530 Subject: [PATCH 8/8] hello --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25a9929..5b02a6d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is the repository for the LinkedIn Learning course Learning Git and GitHub. ![Learning Git and GitHub][lil-thumbnail-url] aabbbcccc -main wala 1 +main wala 112 Version Control lets you manage changes you've made to files over time, and is an essential skill for developers to master. Git is by far the most popular version control system on the web. In this fast-paced course, Ray Villalobos shows you the fundamental commands that you need to work with most Git projects. He explains how to use checkpoints called commits, which let you leave messages documenting what happened at each checkpoint, as well as how to create branches that are alternate versions of your project that you can work on without changing the original. Plus, he shows how to work with the popular GitHub website to explore existing projects, clone them to your local hard drive, and use them as templates for your new projects. ## Instructions