Skip to content

Commit 0539e64

Browse files
authored
Merge pull request #212 from AbdelrahmanKhatab9/AKhatab_branch
updating repo's files
2 parents 2068bad + 2750bb2 commit 0539e64

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

Cheatsheet.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Cheatsheet for everyday life with git
22
This sheet assumes you have basic knowledge of git. It merely serves as a refresher.
33

4+
## All Git commands in one file: [HERE](https://doabledanny.gumroad.com/l/git-commands-cheat-sheet-pdf)
5+
46
## Clone or initialize a new git repo
57
* `git clone <url>` clones an existing repo from given url.
68
* `git init` creates a new repo in the current directory

LearningResources.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22

33
This file contains learning materials shared by contributors
44

5-
## Videos:
6-
* [Watch this (Arabic) video to know what git is.](https://www.youtube.com/watch?v=HEmfKX3prdA)
7-
* [Let Bucky teach how to use Git :D](https://www.youtube.com/watch?v=cEGIFZDyszA&index=1&list=PL6gx4Cwl9DGAKWClAD_iKpNC0bGHxGhcx)
8-
* [Watch an introduction from Traversy Media.](https://www.youtube.com/watch?v=SWYqp7iY_Tc)
9-
* [Let The Coding Train teach you Git and Github.](https://www.youtube.com/watch?v=BCQHnlnPusY&list=PLRqwX-V7Uu6ZF9C0YMKuns9sLDzK6zoiV)
5+
## OSC Videos:
6+
* [What is Git ?! (2 min)](https://www.youtube.com/watch?v=HEmfKX3prdA)
7+
* [learn Git with Badr Linux committee - osc playlist.](https://www.youtube.com/playlist?list=PLanhLNyaKYBn7H4ekD2aOAimlSiNJaeh8)
8+
* [Git internals (advanced).](https://www.youtube.com/watch?v=8OKRA2-hTOE&list=PLanhLNyaKYBmdcqQgwy3itwX6pBVzpEQs)
9+
10+
## External Videos:
11+
* [Elzero_web videos for Git (arabic).]()
12+
* [Let "Bucky" teach how to use Git :D](https://www.youtube.com/watch?v=cEGIFZDyszA&index=1&list=PL6gx4Cwl9DGAKWClAD_iKpNC0bGHxGhcx)
13+
* [Watch an introduction from "Traversy Media".](https://www.youtube.com/watch?v=SWYqp7iY_Tc)
14+
* [Let "The Coding Train" teach you Git and Github.](https://www.youtube.com/watch?v=BCQHnlnPusY&list=PLRqwX-V7Uu6ZF9C0YMKuns9sLDzK6zoiV)
1015

1116

1217
## Online Courses to follow:

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The challenge is to have your name added to the list below.<br/>
66
## You don't know git and you wanna learn it?
77
Take a look at this list of [Git Learning Material](LearningResources.md).
88

9-
### If you already know git and need a refresher/cheatsheet
9+
### If you already know git and need a refresher/cheatsheet:
1010
Take a look at [this cheatsheet](Cheatsheet.md)
1111

1212
### To complete the challenge do the following:
@@ -166,4 +166,8 @@ Okay so now that you know how to use git.
166166
<li>Mostafa Aboelnour</li>
167167
<li>Yasser</li>
168168
<li>Kero Sarwat</li>
169-
</ol>
169+
<li>AbdElrahman Khatab xD</li>
170+
</ol>
171+
<br><hr><br>
172+
173+
![OSC logo](https://avatars.githubusercontent.com/u/8175673?s=200&v=4)

0 commit comments

Comments
 (0)