Skip to content

Commit c342b2b

Browse files
updating repo's files
1 parent 0fc5436 commit c342b2b

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
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: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ 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

12-
### To complete the challenge do the following:
12+
### - To complete the challenge do the following:
1313
Okay so now that you know how to use git.
1414
* Fork this repository.
1515
* Clone it into your own laptop/PC.
@@ -165,4 +165,8 @@ Okay so now that you know how to use git.
165165
<li>Mina Saadallah</li>
166166
<li>Mostafa Aboelnour</li>
167167
<li>Yasser</li>
168-
</ol>
168+
<li>AbdElrahman Khatab xD</li>
169+
</ol>
170+
<br><hr><br>
171+
172+
![OSC logo](https://avatars.githubusercontent.com/u/8175673?s=200&v=4)

0 commit comments

Comments
 (0)