From 75a8fa26de5fa6c02bab6781267c5e7fc1db5b0f Mon Sep 17 00:00:00 2001 From: ddlxdd Date: Tue, 30 Aug 2022 15:13:09 -0500 Subject: [PATCH 1/2] test test --- python_or_java | 1 + 1 file changed, 1 insertion(+) create mode 100644 python_or_java diff --git a/python_or_java b/python_or_java new file mode 100644 index 0000000..f944b38 --- /dev/null +++ b/python_or_java @@ -0,0 +1 @@ +:) From a10494a30327758d6b78c1ea9c92b53d4f5568c9 Mon Sep 17 00:00:00 2001 From: ddlxdd Date: Sat, 3 Sep 2022 21:48:51 -0500 Subject: [PATCH 2/2] READ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 483845a..bcb72c6 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ A repository is where your project work happens--think of it as your project fol ### Cloning -When a repository is created with GitHub, it’s stored remotely in the ☁️. You can clone a repository to create a local copy on your computer and then use Git to sync the two. This makes it easier to fix issues, add or remove files, and push larger commits. You can also use the editing tool of your choice as opposed to the GitHub UI. Cloning a repository also pulls down all the repository data that GitHub has at that point in time, including all versions of every file and folder for the project! This can be helpful if you experiment with your project and then realize you liked a previous version more. +When a repository is created with GitHub, it’s stored remotely in the ☁️. You can clone a repository to create a local copy on your computer and then use Git to sync the two. This makes it easier to fix issues, add or remove files, and push larger commits. You can also use the editing tool of your choice as opposed to the GitHub UI. Cloning a repository also pulls down all the repository data that GitHub has at that point in time, including all versions of every file an`d folder for the project! This can be helpful if you experiment with your project and then realize you liked a previous version more. To learn more about cloning, read ["Cloning a Repository"](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository). ### Committing and pushing