From 8432ce927a2975694e862db6abd06a1e54bd6ddf Mon Sep 17 00:00:00 2001 From: Doaa Mosalam Date: Tue, 21 Feb 2023 22:56:54 +0200 Subject: [PATCH 01/21] Adding cearing --- books/book_ideas.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/books/book_ideas.md b/books/book_ideas.md index 1a92ca4e..eff38d6c 100644 --- a/books/book_ideas.md +++ b/books/book_ideas.md @@ -8,3 +8,6 @@ - [ ] Fortran for fun and profit - [x] RxSwift by tutorials - [ ] Mastering git +- [ ]Take care to follow the same format as the other entries +- [x] Mastering git ++- [x] Mastering Git \ No newline at end of file From 68a732bff3e749a4f6b6a774702458dbd14986e2 Mon Sep 17 00:00:00 2001 From: Doaa Mosalam Date: Sat, 25 Feb 2023 19:37:17 +0200 Subject: [PATCH 02/21] Adding some tutorial ideas --- books/management_book_ideas.md | 0 videos/content_ideas.md | 9 --------- 2 files changed, 9 deletions(-) create mode 100644 books/management_book_ideas.md diff --git a/books/management_book_ideas.md b/books/management_book_ideas.md new file mode 100644 index 00000000..e69de29b diff --git a/videos/content_ideas.md b/videos/content_ideas.md index 24abf5e6..e69de29b 100644 --- a/videos/content_ideas.md +++ b/videos/content_ideas.md @@ -1,9 +0,0 @@ -# Content Ideas - -Suggestions for new content to appear as videos: - -[x] Beginning Pascal -[ ] Mastering Pascal -[ ] Getting started with Symbian -[ ] Coding for the Psion V -[ ] Flash for developers From 75b0366baf3c39bc3cad17b63c4b9d8fd3c81d6b Mon Sep 17 00:00:00 2001 From: Doaa Mosalam Date: Sat, 25 Feb 2023 19:48:55 +0200 Subject: [PATCH 03/21] Update book ideas for Symbian and MOS 6510 --- books/management_book_ideas.md | 0 videos/content_ideas.md | 11 +++++++++++ 2 files changed, 11 insertions(+) delete mode 100644 books/management_book_ideas.md diff --git a/books/management_book_ideas.md b/books/management_book_ideas.md deleted file mode 100644 index e69de29b..00000000 diff --git a/videos/content_ideas.md b/videos/content_ideas.md index e69de29b..562c3e96 100644 --- a/videos/content_ideas.md +++ b/videos/content_ideas.md @@ -0,0 +1,11 @@ +# Content Ideas + +Suggestions for new content to appear as videos: + +[x] Beginning Pascal +[ ] Mastering Pascal +[x] Getting started with Symbian +[ ] Coding for the Psion V +[ ] Flash for developers +[ ] Advanced MOS 6510 Programming +[ ] Advanced android kotlin From b687db92629b1f9e0e2cdd4859f1788b880825ae Mon Sep 17 00:00:00 2001 From: Doaa Mosalam Date: Sat, 25 Feb 2023 20:07:22 +0200 Subject: [PATCH 04/21] Moves platform ideas to website directory --- {videos => website}/platform_ideas.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {videos => website}/platform_ideas.md (100%) diff --git a/videos/platform_ideas.md b/website/platform_ideas.md similarity index 100% rename from videos/platform_ideas.md rename to website/platform_ideas.md From 15f2a2120424528db4366a604a590c9ffa9fdf01 Mon Sep 17 00:00:00 2001 From: Doaa Mosalam Date: Sat, 25 Feb 2023 20:08:39 +0200 Subject: [PATCH 05/21] Moves platform ideas website directory --- books/management_books_ideas.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 books/management_books_ideas.md diff --git a/books/management_books_ideas.md b/books/management_books_ideas.md new file mode 100644 index 00000000..e69de29b From 74d616740e069ad1c58437fe961bbbc3c50f49e9 Mon Sep 17 00:00:00 2001 From: Doaa Mosalam Date: Sat, 25 Feb 2023 20:16:56 +0200 Subject: [PATCH 06/21] Remove terrible live streaming ideas --- articles/live_streaming_ideas.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 articles/live_streaming_ideas.md diff --git a/articles/live_streaming_ideas.md b/articles/live_streaming_ideas.md deleted file mode 100644 index 1192339d..00000000 --- a/articles/live_streaming_ideas.md +++ /dev/null @@ -1,8 +0,0 @@ -# Live Streaming Ideas - -Everybody loves livestreaming. Let's have a piece of that action. - -- [ ] Making the perfect cup of coffee - developer-style -- [ ] Mowing the lawn - reaction videos -- [ ] Constructing an ideal speed-garage playlist on Apple Music - From 32b6b25991018b882dd4a1e6f7892f8a90410da9 Mon Sep 17 00:00:00 2001 From: Doaa Mosalam Date: Sat, 25 Feb 2023 20:26:44 +0200 Subject: [PATCH 07/21] Move file maingement_books_ideas from books to website --- {books => website}/management_books_ideas.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {books => website}/management_books_ideas.md (100%) diff --git a/books/management_books_ideas.md b/website/management_books_ideas.md similarity index 100% rename from books/management_books_ideas.md rename to website/management_books_ideas.md From e21496ff9a5301f205af3b8ab7b276128ff5cb93 Mon Sep 17 00:00:00 2001 From: Doaa Mosalam Date: Sat, 25 Feb 2023 20:52:23 +0200 Subject: [PATCH 08/21] Adding .gitignore files and HTML --- .gitignore | 1 + htmlrefs/.gitignore | 1 + htmlrefs/utils.html | 0 3 files changed, 2 insertions(+) create mode 100644 .gitignore create mode 100644 htmlrefs/.gitignore create mode 100644 htmlrefs/utils.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..0b84df0f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.html \ No newline at end of file diff --git a/htmlrefs/.gitignore b/htmlrefs/.gitignore new file mode 100644 index 00000000..14c86970 --- /dev/null +++ b/htmlrefs/.gitignore @@ -0,0 +1 @@ +!/*.html diff --git a/htmlrefs/utils.html b/htmlrefs/utils.html new file mode 100644 index 00000000..e69de29b From 663094878c1b407a248097f10f9155b011f67a0d Mon Sep 17 00:00:00 2001 From: Doaa Mosalam Date: Sun, 26 Feb 2023 20:39:03 +0200 Subject: [PATCH 09/21] Adding more details to the README file --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f667be68..4b715abf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # ideas The "ideas" repository for the raywenderlich.com book Git Apprentice. + +This repository is a collection of ideas for articles, content +and features at raywenderlich.com. +Feel free to add ideas and mark taken ideas as "done". \ No newline at end of file From 0861d321cd8a824c2ec0f57cddb2d738898b6c6c Mon Sep 17 00:00:00 2001 From: Doaa Mosalam Date: Sun, 26 Feb 2023 19:52:11 +0200 Subject: [PATCH 10/21] Create new file code and addition new code --- README.md | 6 ------ code/main.java | 0 code/main.xml | 0 desc.md | 0 4 files changed, 6 deletions(-) delete mode 100644 README.md create mode 100644 code/main.java create mode 100644 code/main.xml create mode 100644 desc.md diff --git a/README.md b/README.md deleted file mode 100644 index 4b715abf..00000000 --- a/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# ideas -The "ideas" repository for the raywenderlich.com book Git Apprentice. - -This repository is a collection of ideas for articles, content -and features at raywenderlich.com. -Feel free to add ideas and mark taken ideas as "done". \ No newline at end of file diff --git a/code/main.java b/code/main.java new file mode 100644 index 00000000..e69de29b diff --git a/code/main.xml b/code/main.xml new file mode 100644 index 00000000..e69de29b diff --git a/desc.md b/desc.md new file mode 100644 index 00000000..e69de29b From 7ab3cfeece598989a6dd0bbd55ed1951fe718deb Mon Sep 17 00:00:00 2001 From: Doaa Mosalam Date: Sun, 26 Feb 2023 20:06:40 +0200 Subject: [PATCH 11/21] Adding README contact information --- README.md.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md.txt diff --git a/README.md.txt b/README.md.txt new file mode 100644 index 00000000..cc9e553c --- /dev/null +++ b/README.md.txt @@ -0,0 +1,6 @@ +This repository is a collection of ideas for articles, content +and features at raywenderlich.com. +Feel free to add ideas and mark taken ideas as "done". + +Contact: support@razeware.com +author:"Doaa Mosalam" \ No newline at end of file From 552aa4fbec2a99513c91a6d588c69b3e7fafc590 Mon Sep 17 00:00:00 2001 From: Doaa Mosalam Date: Sun, 26 Feb 2023 20:20:58 +0200 Subject: [PATCH 12/21] modifity READEME file --- README.md.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md.txt b/README.md.txt index cc9e553c..72af172e 100644 --- a/README.md.txt +++ b/README.md.txt @@ -1,6 +1,5 @@ -This repository is a collection of ideas for articles, content -and features at raywenderlich.com. -Feel free to add ideas and mark taken ideas as "done". +The "ideas" repository for the raywenderlich.com book Mastering Git -Contact: support@razeware.com -author:"Doaa Mosalam" \ No newline at end of file +This repository is a collection of ideas for articles, content and features at raywenderlich.com. Feel free to add ideas and mark taken ideas as "done". + +Contact: support@razeware.com \ No newline at end of file From de8eef1241778f2675fcd6f49707aefdb7041939 Mon Sep 17 00:00:00 2001 From: Doaa Mosalam Date: Sun, 26 Feb 2023 20:23:18 +0200 Subject: [PATCH 13/21] Create new file tutorials --- tutorial/tutorial_ideas.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tutorial/tutorial_ideas.md diff --git a/tutorial/tutorial_ideas.md b/tutorial/tutorial_ideas.md new file mode 100644 index 00000000..e69de29b From 548af5d31eeb46e48abea5bb278bbebc6b8d0221 Mon Sep 17 00:00:00 2001 From: Doaa Mosalam Date: Sun, 26 Feb 2023 20:38:05 +0200 Subject: [PATCH 14/21] Adding debugging book idea --- README.md.txt | 5 ----- books/book_ideas.md | 3 ++- tutorial/tutorial_ideas.md | 0 3 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 README.md.txt delete mode 100644 tutorial/tutorial_ideas.md diff --git a/README.md.txt b/README.md.txt deleted file mode 100644 index 72af172e..00000000 --- a/README.md.txt +++ /dev/null @@ -1,5 +0,0 @@ -The "ideas" repository for the raywenderlich.com book Mastering Git - -This repository is a collection of ideas for articles, content and features at raywenderlich.com. Feel free to add ideas and mark taken ideas as "done". - -Contact: support@razeware.com \ No newline at end of file diff --git a/books/book_ideas.md b/books/book_ideas.md index eff38d6c..ded1b494 100644 --- a/books/book_ideas.md +++ b/books/book_ideas.md @@ -10,4 +10,5 @@ - [ ] Mastering git - [ ]Take care to follow the same format as the other entries - [x] Mastering git -+- [x] Mastering Git \ No newline at end of file ++- [x] Mastering Git +- [ ] Debugging with the Grace Hopper Method diff --git a/tutorial/tutorial_ideas.md b/tutorial/tutorial_ideas.md deleted file mode 100644 index e69de29b..00000000 From e0f018fcaea8012e20edc836dd4723ca041ffc26 Mon Sep 17 00:00:00 2001 From: Doaa Mosalam <40686512+DoaaMosalam@users.noreply.github.com> Date: Sun, 26 Feb 2023 21:47:19 +0200 Subject: [PATCH 15/21] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..fb2ad6dd --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# ideas +The "ideas" repository for the raywenderlich.com book Mastering Git + +This repository is a collection of ideas for articles, content +and features at raywenderlich.com. +Feel free to add ideas and mark taken ideas as "done". + +Contact: support@razeware.com From 4ba48c8bcad67d0bb92051901283a3ba9c18b7f8 Mon Sep 17 00:00:00 2001 From: Doaa Mosalam <40686512+DoaaMosalam@users.noreply.github.com> Date: Sun, 26 Feb 2023 21:55:51 +0200 Subject: [PATCH 16/21] Create tutorials --- tutorials | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tutorials diff --git a/tutorials b/tutorials new file mode 100644 index 00000000..279f4256 --- /dev/null +++ b/tutorials @@ -0,0 +1,2 @@ +[] Mastering PalmOs[] Mastering PalmOs[] +[ ] Blockchains with BASIC From 7dee92be62f384aa173113df8c6acd860ad887a0 Mon Sep 17 00:00:00 2001 From: Doaa Mosalam <40686512+DoaaMosalam@users.noreply.github.com> Date: Sun, 26 Feb 2023 21:59:32 +0200 Subject: [PATCH 17/21] Delete tutorials --- tutorials | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 tutorials diff --git a/tutorials b/tutorials deleted file mode 100644 index 279f4256..00000000 --- a/tutorials +++ /dev/null @@ -1,2 +0,0 @@ -[] Mastering PalmOs[] Mastering PalmOs[] -[ ] Blockchains with BASIC From df5a8bb7a271e0b6178fbfab62a54e6564e13103 Mon Sep 17 00:00:00 2001 From: Doaa Mosalam <40686512+DoaaMosalam@users.noreply.github.com> Date: Sun, 26 Feb 2023 22:04:05 +0200 Subject: [PATCH 18/21] Tutorials --- tutorilas | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tutorilas diff --git a/tutorilas b/tutorilas new file mode 100644 index 00000000..0d7a0abc --- /dev/null +++ b/tutorilas @@ -0,0 +1,6 @@ +Tutoerilas Ideas + +[ ]Mastering PalmOs []Mastering PalmaOS +[ ] Creating new project +[ ] modifity project +[ ] Blockchains with BASIC From 0c882175d2b62ca61909009cee8c0d5ebd80f6e3 Mon Sep 17 00:00:00 2001 From: Doaa Mosalam <40686512+DoaaMosalam@users.noreply.github.com> Date: Sun, 26 Feb 2023 22:35:58 +0200 Subject: [PATCH 19/21] Update README.md --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fb2ad6dd..16fda006 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,4 @@ -# ideas -The "ideas" repository for the raywenderlich.com book Mastering Git - -This repository is a collection of ideas for articles, content -and features at raywenderlich.com. -Feel free to add ideas and mark taken ideas as "done". - -Contact: support@razeware.com +# git-apprentice-web +This is the main website for the Git Apprentice book, from +raywenderlich.com. +contact: @crispytwit From 8dc66f471ef68f211c6fa8bdce617d48a4cacfce Mon Sep 17 00:00:00 2001 From: Doaa Mosalam <40686512+DoaaMosalam@users.noreply.github.com> Date: Sun, 26 Feb 2023 22:48:49 +0200 Subject: [PATCH 20/21] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 16fda006..2c1255fc 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,5 @@ This is the main website for the Git Apprentice book, from raywenderlich.com. contact: @crispytwit + +[belanger_c_git_apprentice.pdf](https://github.com/DoaaMosalam/ideas/files/10834704/belanger_c_git_apprentice.pdf) From 68bb3acdc3529249b35fe8296531454bd270a159 Mon Sep 17 00:00:00 2001 From: Doaa Mosalam <40686512+DoaaMosalam@users.noreply.github.com> Date: Sun, 26 Feb 2023 23:13:27 +0200 Subject: [PATCH 21/21] Update README.md --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index 2c1255fc..9831aa08 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,28 @@ raywenderlich.com. contact: @crispytwit [belanger_c_git_apprentice.pdf](https://github.com/DoaaMosalam/ideas/files/10834704/belanger_c_git_apprentice.pdf) + +

+ +

Here is a list of some common Git terminal commands: + +

- git init - initialize a new Git repository

+

- git clone [repository URL] - clone an existing Git repository to your local machine

+

- git add [file name] - stage a file for commit

+

- git commit -m "[commit message]" - commit staged changes with a message

+

- git push [remote name] [branch name] - push local changes to a remote repository

+

- git pull [remote name] [branch name] - retrieve changes from a remote repository and merge them with the local branch

+

- git branch [branch name] - create a new branch with the specified name +

-git checkout [branch name] - switch to the specified branch

+

- git merge [branch name] - merge changes from the specified branch into the current branch

+

- git status - display the status of the Git repository, including staged, un-staged, and untracked changes

+

- git diff - compare the changes in the repository with the last committed version

+

- git log - display the history of commits in the Git repository

+

- git reset [file name] - unstage a file

+

- git revert [commit ID] - revert changes in a previous commit

+

- git stash - save changes in a temporary area without committing

+

- git stash apply - restore changes from the stash

+

- git stash drop - discard changes in the stash

+Note: The square brackets in the above commands indicate a placeholder, which should be replaced with the appropriate value.

+ +