Skip to content

Commit 05426fc

Browse files
author
RitheeshBaradwaj
committed
Uploading GitLearn v1.0
1 parent 1fc9073 commit 05426fc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+664
-3
lines changed
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
========================= A Small Note Before You Get Started =================================
3+
4+
Hello mate! I am Ritheesh Baradwaj. I made this tool so that one can know the importance of Git
5+
6+
and learn Git commands. I personally benefited a lot by using Git and GitHub. I hope, this
7+
8+
application will help you.
9+
10+
I have used many online resources while creating the application and I would like to thank them.
11+
12+
As I'm also in a learning stage, I would like to know your feedback and suggestions as well.
13+
14+
So please contact me at: [email protected].
15+
16+
I'll definitely try to improve the application based on your feedback.
17+
18+
NOTE: DO NOT make any changes in the folder. For more information on how to use the application,
19+
20+
Please visit: https://ritheeshbaradwaj.github.io/GitLearn/

Cheatsheet.pdf

69.7 KB
Binary file not shown.

Images/Introduction.png

217 KB
Loading

Images/basics.PNG

137 KB
Loading

Images/basics1.png

124 KB
Loading

Images/basics2.png

203 KB
Loading

Images/basics3.png

224 KB
Loading

Images/basics4.png

157 KB
Loading

Images/basics5.png

158 KB
Loading

Images/fifthslide.PNG

238 KB
Loading

Images/firstslide.PNG

229 KB
Loading

Images/fourthslide.png

219 KB
Loading

Images/gitaccount.PNG

176 KB
Loading

Images/github.png

33.3 KB
Loading

Images/gitplay.png

51.4 KB
Loading

Images/head.png

67 KB
Loading

Images/header.png

35 KB
Loading

Images/header_logo1.png

72.1 KB
Loading

Images/help.png

26.2 KB
Loading

Images/home.gif

225 KB
Loading

Images/install.PNG

187 KB
Loading

Images/logo.png

24.7 KB
Loading

Images/logo2.png

20.6 KB
Loading

Images/root.png

224 KB
Loading

Images/secondslide.PNG

152 KB
Loading

Images/setup.png

45.9 KB
Loading

Images/sixthslide.PNG

156 KB
Loading

Images/thirdslide.PNG

198 KB
Loading

Practice/Exercise/sample1.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
When I see a door with a push sign, I pull first to avoid conflicts!! :)

Practice/Exercise/sample2.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
The day I will get committed in a relationship, I would be thinking -
2+
"Commit toh kar rha hoon, abhi message kya daaloo".
3+
[English: "Ok, I am committing, now what should be my message"]

Practice/Exercise/sample3.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
One day I'll understand those git jokes :)

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- ## Overview
33
Git is a distributed version control system for tracking changes in source code during software development. This tool will guide you in a proper way from beginner level to gain basic knowledge on Git environment. We have included an automated tool where you can create and push repositories on [GitHub](https://en.wikipedia.org/wiki/GitHub) where you can collaborate with your friends and teammates.
44

5-
<img src="images/gitlearn.jpg" width="500" height="300">
5+
<img src="img/gitlearn.jpg" width="500" height="300">
66

77
- ## Important Note
88
1. Before getting started, make sure you have downloaded the application [GitLearn](https://drive.google.com/file/d/1Bmztt9qhCT6vtKvMtloRf2UBx7aNAJJV/view?usp=sharing) on your laptop or PC.
@@ -21,7 +21,7 @@
2121
4. DO NOT edit or delete any folders or files in the Project. You are only allowed to run the application.
2222
5. An additional "Practice folder" is provided as a WorkSpace where can you modify or add new files or folders to practice.
2323
- ## How to use GitLearn !!
24-
<img src="images/home.jpg" width="500" height="300">
24+
<img src="img/home.jpg" width="500" height="300">
2525
You can see the HOME tab of GitLearn. Here we have five sections.
2626
- ## Section I - Introduction to Git
2727
This section gives you basic overview on Git. It deals with Version Control System and its types. Also we will see What is Git? and the Life Cycle of Git.
@@ -32,7 +32,7 @@
3232
- ## Section IV - GitPlay
3333
To access GitPlay click on the bottom-left image. Here you can create repository or push files to remote repository. Also you can clone some others project. Before using this section make sure you have installed Git on your machine with proper Internet Connection and you should have a GitHub Account.
3434
35-
<img src="images/gitplay.jpg" width="500" height="300">
35+
<img src="img/gitplay.jpg" width="500" height="300">
3636
- ## Section V - GitHelp
3737
To access GitHelp click on the bottom-right image. Here you can see how to use git commands by entering the git command. Also you can search for your queries here.
3838
File renamed without changes.
File renamed without changes.
File renamed without changes.

logs/description.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This repository was made with GitLearn

logs/gitbash.txt

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
================================== GitBash logs started ===============================
2+
3+
4+
04-12-2020 13_27_39 : Git bash opened!
5+
04-13-2020 11_10_35 : Git bash opened!

logs/githelp.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
===================================== Git Help History =====================================
2+
3+
4+
2020-04-12 13:36:06 : searched for git pull command
5+
2020-04-12 13:36:28 : searched for : how to use pull with rebase
6+
2020-04-13 11:17:47 : searched for git push command
7+
2020-04-13 11:18:09 : searched for : how to use pull with rebase

logs/gitplay.txt

+103
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
=============================== GitPlay logs started ===============================
2+
3+
4+
2020-04-12 13:30:15 : ============Cloning Repository===========
5+
2020-04-12 13:30:15 : URL not found!
6+
2020-04-12 13:31:28 : ============Cloning Repository===========
7+
2020-04-12 13:31:29 : URL not found!
8+
2020-04-12 13:31:39 : ============Cloning Repository===========
9+
2020-04-12 13:31:42 : Path not found!!
10+
2020-04-12 13:32:04 : ============Cloning Repository===========
11+
2020-04-12 13:32:10 : Path Found -- C:\Users\yb185037\OneDrive - NCR Corporation\Desktop\GitLearn\Practice
12+
04-12-2020 13_32_13 : Repository is cloned
13+
2020-04-12 13:32:13 : Task Finished!
14+
2020-04-12 13:32:46 : ============Cloning Repository===========
15+
2020-04-12 13:32:47 : Path Found -- C:\Users\yb185037\OneDrive - NCR Corporation\Desktop\GitLearn\Practice
16+
04-12-2020 13_32_49 : Repository is cloned
17+
2020-04-12 13:32:49 : Task Finished!
18+
2020-04-12 13:33:15 : ============Cloning Repository===========
19+
2020-04-12 13:33:16 : Path Found -- C:\Users\yb185037
20+
04-12-2020 13_33_23 : Repository is cloned
21+
2020-04-12 13:33:23 : Task Finished!
22+
2020-04-12 13:34:29 : =========Creating new repository============
23+
2020-04-12 13:34:31 : GitHub User Found
24+
2020-04-12 13:34:32 : A default description was added to your repo
25+
2020-04-12 13:34:32 : Path Found -- C:\Users\yb185037\FlaskCSV
26+
04-12-2020 13_35_08 : 1
27+
04-12-2020 13_35_08 : Initialized empty Git repository in C:/Users/yb185037/FlaskCSV/.git/
28+
04-12-2020 13_35_09 : added the files from C:\Users\yb185037\FlaskCSV to repository
29+
04-12-2020 13_35_09 : [master (root-commit) f1469fd] initial commit with GitLearn 5 files changed, 76 insertions(+) create mode 100644 Procfile create mode 100644 README.md create mode 100644 app.py create mode 100644 requirements.txt create mode 100644 templates/index.html
30+
04-12-2020 13_35_09 : a remote is added
31+
04-12-2020 13_35_15 : Pushed files into repo
32+
2020-04-12 13:35:16 : Repository is created Succesfully!
33+
2020-04-12 13:35:16 : Task Finished!
34+
2020-04-12 13:44:05 : ============Cloning Repository===========
35+
2020-04-12 13:44:07 : Path Found -- C:\Users\yb185037\OneDrive - NCR Corporation\Desktop\GitLearn
36+
04-12-2020 13_44_12 : Repository is cloned
37+
2020-04-12 13:44:12 : Task Finished!
38+
2020-04-12 13:44:47 : ============Cloning Repository===========
39+
2020-04-12 13:44:53 : Path Found -- C:\Users\yb185037\OneDrive - NCR Corporation\Desktop\GitLearn\Practice
40+
04-12-2020 13_45_01 : Repository is cloned
41+
2020-04-12 13:45:01 : Task Finished!
42+
2020-04-12 13:48:14 : =========Creating new repository============
43+
2020-04-12 13:48:16 : GitHub User Found
44+
2020-04-12 13:48:17 : A default description was added to your repo
45+
2020-04-12 13:48:17 : Path Found -- C:\Users\yb185037\OneDrive - NCR Corporation\Desktop\GitLearn\Practice\FlaskCSV
46+
04-12-2020 13_48_40 : 1
47+
04-12-2020 13_48_41 : Initialized empty Git repository in C:/Users/yb185037/OneDrive - NCR Corporation/Desktop/GitLearn/Practice/FlaskCSV/.git/
48+
04-12-2020 13_48_41 : added the files from C:\Users\yb185037\OneDrive - NCR Corporation\Desktop\GitLearn\Practice\FlaskCSV to repository
49+
04-12-2020 13_48_41 : [master (root-commit) 1219f5a] initial commit with GitLearn 5 files changed, 76 insertions(+) create mode 100644 Procfile create mode 100644 README.md create mode 100644 app.py create mode 100644 requirements.txt create mode 100644 templates/index.html
50+
04-12-2020 13_48_41 : a remote is added
51+
04-12-2020 13_48_47 : Pushed files into repo
52+
2020-04-12 13:48:49 : Repository is created Succesfully!
53+
2020-04-12 13:48:49 : Task Finished!
54+
2020-04-12 13:50:12 : =========Creating new repository============
55+
2020-04-12 13:50:13 : GitHub User Found
56+
2020-04-12 13:50:15 : A default description was added to your repo
57+
2020-04-12 13:50:15 : Path Found -- C:\Users\yb185037\OneDrive - NCR Corporation\Desktop\GitLearn\Practice\FlaskCSV
58+
04-12-2020 13_50_28 : 1
59+
04-12-2020 13_50_28 : Initialized empty Git repository in C:/Users/yb185037/OneDrive - NCR Corporation/Desktop/GitLearn/Practice/FlaskCSV/.git/
60+
04-12-2020 13_50_29 : added the files from C:\Users\yb185037\OneDrive - NCR Corporation\Desktop\GitLearn\Practice\FlaskCSV to repository
61+
04-12-2020 13_50_29 : [master (root-commit) f5bd150] initial commit with GitLearn 5 files changed, 76 insertions(+) create mode 100644 Procfile create mode 100644 README.md create mode 100644 app.py create mode 100644 requirements.txt create mode 100644 templates/index.html
62+
04-12-2020 13_50_29 : a remote is added
63+
04-12-2020 13_50_39 : Pushed files into repo
64+
2020-04-12 13:50:41 : Repository is created Succesfully!
65+
2020-04-12 13:50:41 : Task Finished!
66+
2020-04-13 11:14:24 : =========Creating new repository============
67+
2020-04-13 11:14:30 : User is not Found!
68+
2020-04-13 11:14:55 : =========Creating new repository============
69+
2020-04-13 11:14:55 : User is not Found!
70+
2020-04-13 11:15:06 : =========Creating new repository============
71+
2020-04-13 11:15:06 : User is not Found!
72+
2020-04-13 11:15:26 : =========Creating new repository============
73+
2020-04-13 11:15:26 : User is not Found!
74+
2020-04-13 11:15:36 : =========Creating new repository============
75+
2020-04-13 11:15:37 : User is not Found!
76+
2020-04-13 11:15:46 : =========Creating new repository============
77+
2020-04-13 11:15:47 : User is not Found!
78+
2020-04-13 11:16:20 : ============Cloning Repository===========
79+
2020-04-13 11:16:20 : URL not found!
80+
2020-04-13 11:17:18 : ============Cloning Repository===========
81+
2020-04-13 11:17:18 : URL not found!
82+
2020-04-13 11:22:42 : =========Creating new repository============
83+
2020-04-13 11:22:44 : GitHub User Found
84+
2020-04-13 11:22:49 : A default description was added to your repo
85+
2020-04-13 11:22:49 : Path Found -- C:\Users\yb185037\OneDrive - NCR Corporation\Desktop\GitLearn
86+
04-13-2020 11_22_52 : 1
87+
04-13-2020 11_22_53 : Initialized empty Git repository in C:/Users/yb185037/OneDrive - NCR Corporation/Desktop/GitLearn/.git/
88+
04-13-2020 11_23_10 : added the files from C:\Users\yb185037\OneDrive - NCR Corporation\Desktop\GitLearn to repository
89+
04-13-2020 11_23_13 : [master (root-commit) 9aee688] initial commit with GitLearn 50 files changed, 2187 insertions(+) create mode 100644 A Small Note Before You Get Started.txt create mode 100644 Cheatsheet.pdf create mode 100644 GitLearn.exe create mode 100644 GitLearn.py create mode 100644 GitLearn.zip create mode 100644 Images/Introduction.png create mode 100644 Images/basics.PNG create mode 100644 Images/basics1.png create mode 100644 Images/basics2.png create mode 100644 Images/basics3.png create mode 100644 Images/basics4.png create mode 100644 Images/basics5.png create mode 100644 Images/fifthslide.PNG create mode 100644 Images/firstslide.PNG create mode 100644 Images/fourthslide.png create mode 100644 Images/gitaccount.PNG create mode 100644 Images/github.png create mode 100644 Images/gitplay.png create mode 100644 Images/head.png create mode 100644 Images/header.png create mode 100644 Images/header_logo1.png create mode 100644 Images/help.png create mode 100644 Images/home.gif create mode 100644 Images/install.PNG create mode 100644 Images/logo.png create mode 100644 Images/logo2.png create mode 100644 Images/root.png create mode 100644 Images/secondslide.PNG create mode 100644 Images/setup.png create mode 100644 Images/sixthslide.PNG create mode 100644 Images/thirdslide.PNG create mode 100644 Practice/Exercise/sample1.txt create mode 100644 Practice/Exercise/sample2.txt create mode 100644 Practice/Exercise/sample3.txt create mode 100644 app.py create mode 100644 logs/description.txt create mode 100644 logs/gitbash.txt create mode 100644 logs/githelp.txt create mode 100644 logs/gitplay.txt create mode 100644 logs/setup.txt create mode 100644 logs/status.txt create mode 100644 scripts/clonerepo.ps1 create mode 100644 scripts/createrepo.ps1 create mode 100644 scripts/description.txt create mode 100644 scripts/gitbash.ps1 create mode 100644 scripts/gitplay.ps1 create mode 100644 scripts/path.txt create mode 100644 scripts/setup.ps1 create mode 100644 static/root.png create mode 100644 templates/index.html
90+
04-13-2020 11_23_13 : a remote is added
91+
04-13-2020 11_23_26 : Pushed files into repo
92+
2020-04-13 11:24:25 : =========Creating new repository============
93+
2020-04-13 11:24:30 : GitHub User Found
94+
2020-04-13 11:24:33 : A default description was added to your repo
95+
2020-04-13 11:24:33 : Path Found -- C:\Users\yb185037\OneDrive - NCR Corporation\Desktop\GitLearn\Practice\Exercise
96+
04-13-2020 11_24_54 : 1
97+
04-13-2020 11_24_54 : Initialized empty Git repository in C:/Users/yb185037/OneDrive - NCR Corporation/Desktop/GitLearn/Practice/Exercise/.git/
98+
04-13-2020 11_24_54 : added the files from C:\Users\yb185037\OneDrive - NCR Corporation\Desktop\GitLearn\Practice\Exercise to repository
99+
04-13-2020 11_24_54 : [master (root-commit) 1c3f69d] initial commit with GitLearn 3 files changed, 5 insertions(+) create mode 100644 sample1.txt create mode 100644 sample2.txt create mode 100644 sample3.txt
100+
04-13-2020 11_24_55 : a remote is added
101+
04-13-2020 11_25_14 : Pushed files into repo
102+
2020-04-13 11:25:19 : Repository is created Succesfully!
103+
2020-04-13 11:25:19 : Task Finished!

logs/setup.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
=============================== Setup logs started ===============================
2+
3+
04-12-2020 13_27_31 : Git already downloaded - git version 2.9.0.windows.1
4+
04-13-2020 11_10_18 : Git already downloaded - git version 2.9.0.windows.1

0 commit comments

Comments
 (0)