File tree Expand file tree Collapse file tree 3 files changed +18
-7
lines changed
Expand file tree Collapse file tree 3 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 11# Cheatsheet for everyday life with git
22This 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
Original file line number Diff line number Diff line change 22
33This 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:
Original file line number Diff line number Diff 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?
77Take 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:
1010Take 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 )
You can’t perform that action at this time.
0 commit comments