Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.html
33 changes: 31 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

<h2 Some Terminal Git</h2>

<h2 style=font-family:georgia;"font-size: 10px"> Here is a list of some common Git terminal commands:

<p style=font-family:georgia;"font-size: 10px"> - git init - initialize a new Git repository </p>
<p style=font-family:georgia;"font-size: 10px"> - git clone [repository URL] - clone an existing Git repository to your local machine</p>
<p style=font-family:georgia;"font-size: 10px"> - git add [file name] - stage a file for commit</p>
<p style=font-family:georgia;"font-size: 10px"> - git commit -m "[commit message]" - commit staged changes with a message</p>
<p style=font-family:georgia;"font-size: 10px"> - git push [remote name] [branch name] - push local changes to a remote repository</p>
<p style=font-family:georgia;"font-size: 10px"> - git pull [remote name] [branch name] - retrieve changes from a remote repository and merge them with the local branch</p>
<p style=font-family:georgia;"font-size: 10px"> - git branch [branch name] - create a new branch with the specified name
<p style=font-family:georgia;"font-size: 10px"> -git checkout [branch name] - switch to the specified branch</p>
<p style=font-family:georgia;"font-size: 10px"> - git merge [branch name] - merge changes from the specified branch into the current branch</p>
<p style=font-family:georgia;"font-size: 10px"> - git status - display the status of the Git repository, including staged, un-staged, and untracked changes</p>
<p style=font-family:georgia;"font-size: 10px"> - git diff - compare the changes in the repository with the last committed version</p>
<p style=font-family:georgia;"font-size: 10px"> - git log - display the history of commits in the Git repository</p>
<p style=font-family:georgia;"font-size: 10px"> - git reset [file name] - unstage a file</p>
<p style=font-family:georgia;"font-size: 10px"> - git revert [commit ID] - revert changes in a previous commit</p>
<p style=font-family:georgia;"font-size: 10px"> - git stash - save changes in a temporary area without committing</p>
<p style=font-family:georgia;"font-size: 10px"> - git stash apply - restore changes from the stash</p>
<p style=font-family:georgia;"font-size: 10px"> - git stash drop - discard changes in the stash</p>
Note: The square brackets in the above commands indicate a placeholder, which should be replaced with the appropriate value.</h2>


8 changes: 0 additions & 8 deletions articles/live_streaming_ideas.md

This file was deleted.

4 changes: 4 additions & 0 deletions books/book_ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Empty file added code/main.java
Empty file.
Empty file added code/main.xml
Empty file.
Empty file added desc.md
Empty file.
1 change: 1 addition & 0 deletions htmlrefs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!/*.html
Empty file added htmlrefs/utils.html
Empty file.
6 changes: 6 additions & 0 deletions tutorilas
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Tutoerilas Ideas

[ ]Mastering PalmOs []Mastering PalmaOS
[ ] Creating new project
[ ] modifity project
[ ] Blockchains with BASIC
4 changes: 3 additions & 1 deletion videos/content_ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Empty file.
File renamed without changes.