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/README.md b/README.md index f667be68..9831aa08 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,31 @@ -# ideas -The "ideas" repository for the raywenderlich.com book Git Apprentice. +# git-apprentice-web +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) + +

+ +

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.

+ + 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 - diff --git a/books/book_ideas.md b/books/book_ideas.md index 1a92ca4e..ded1b494 100644 --- a/books/book_ideas.md +++ b/books/book_ideas.md @@ -8,3 +8,7 @@ - [ ] 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 +- [ ] Debugging with the Grace Hopper Method 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 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 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 diff --git a/videos/content_ideas.md b/videos/content_ideas.md index 24abf5e6..562c3e96 100644 --- a/videos/content_ideas.md +++ b/videos/content_ideas.md @@ -4,6 +4,8 @@ Suggestions for new content to appear as videos: [x] Beginning Pascal [ ] Mastering Pascal -[ ] Getting started with Symbian +[x] Getting started with Symbian [ ] Coding for the Psion V [ ] Flash for developers +[ ] Advanced MOS 6510 Programming +[ ] Advanced android kotlin diff --git a/website/management_books_ideas.md b/website/management_books_ideas.md new file mode 100644 index 00000000..e69de29b 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