-
Notifications
You must be signed in to change notification settings - Fork 203
/
blog.json
139 lines (139 loc) · 7.12 KB
/
blog.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
[
{
"category": "TECH",
"title": "What is Github? Guide to Beginner",
"author": "Shivlal",
"date": "December 16, 2020",
"comments": 0,
"excerpt": "What is Git? For uploading your project to your Github account, you need to install Git first.",
"image": "https://recodehive.com/wp-content/uploads/2020/12/GitHub-Tutorial-Recodehive-1024x576.jpg",
"link": "https://recodehive.com/what-is-github-guide-to-beginner/"
},
{
"category": "DEV LABS GITHUB",
"title": "How to create Github Account?",
"author": "Sanjay KV",
"date": "April 14, 2021",
"comments": 0,
"excerpt": "What is Github? Github is a way of version control your software development using Git. Github was founded in 2008.",
"image": "https://recodehive.com/wp-content/uploads/2021/04/How-to-use-Github-1024x576.jpg",
"link": "https://recodehive.com/how-to-create-github-account/"
},
{
"category": "DEV LABS GITHUB",
"title": "How to install Git? Git Tutorial",
"author": "Sanjay KV",
"date": "April 14, 2021",
"comments": 0,
"excerpt": "Git helps us to version controlling. In this post we will look into git installation on windows system and...",
"image": "https://recodehive.com/wp-content/uploads/2021/04/How-to-install-Git-Recodehive-1024x576.jpg",
"link": "https://recodehive.com/how-to-install-git-git-tutorial/"
},
{
"category": "DEV LABS GITHUB",
"title": "How to create repository in Github?",
"author": "Sanjay KV",
"date": "April 17, 2021",
"comments": 0,
"excerpt": "What is Clone/Push in Github? Once you created Repository and have done your part of the analysis...",
"image": "https://recodehive.com/wp-content/uploads/2021/04/Start-with-Github-1-1024x576.jpg",
"link": "https://recodehive.com/how-to-create-repository-in-github/"
},
{
"category": "DEV LABS GITHUB",
"title": "Git Cheat Sheet. 50 Git commands |Git Tutorials",
"author": "Sanjay KV",
"date": "April 18, 2021",
"comments": 0,
"excerpt": "Headsup to the Github Cheatsheet. This is part of GitHub/Git Tutorials and a continuation of the previous post.",
"image": "https://recodehive.com/wp-content/uploads/2021/04/Git-Cheatsheet-1024x576.jpg",
"link": "https://recodehive.com/git-cheat-sheet-50-git-commands-git-tutorials/"
},
{
"category": "DEV LABS GITHUB",
"title": "How to add Collaborators into GitHub Repository?",
"author": "Sanjay KV",
"date": "April 19, 2021",
"comments": 0,
"excerpt": "What is GitHub Collaboration? GitHub collaboration is a space where you can invite another developer to your repository.",
"image": "https://recodehive.com/wp-content/uploads/2021/04/Inviting-Collaborators-to-Github-1024x576.jpg",
"link": "https://recodehive.com/how-to-add-collaborators-into-github-repository/"
},
{
"category": "DEV LABS GITHUB",
"title": "How to Create new branch and Merge in Github?",
"author": "Sanjay KV",
"date": "April 20, 2021",
"comments": 0,
"excerpt": "What is GitHub Collaboration? GitHub collaboration is a space where you can invite another developer to your repository.",
"image": "https://recodehive.com/wp-content/uploads/2021/04/How-to-git-branch-1024x576.jpg",
"link": "https://recodehive.com/how-to-create-new-branch-and-merge-in-github/"
},
{
"category": "DEV LABS GITHUB",
"title": "How to resolve merge conflicts in GitHub?",
"author": "Sanjay KV",
"date": "April 23, 2021",
"comments": 0,
"excerpt": "Understanding GitHub Conflicts: Let’s imagine a case where two developers are working on one repository by creating 2 different branches.",
"image": "https://recodehive.com/wp-content/uploads/2021/04/Github-working-with-conflicts-1024x576.jpg",
"link": "https://recodehive.com/how-to-resolve-merge-conflicts-in-github/"
},
{
"category": "DEV LABS GITHUB",
"title": "Push large files to Github | Git LFS tutorial",
"author": "Sanjay KV",
"date": "May 01, 2021",
"comments": 0,
"excerpt": "Failed to Push Some Refs | Git Error: I was trying to push a file size more than 100 MB to Github.",
"image": "https://recodehive.com/wp-content/uploads/2021/05/GIT-LFS-recodehive-1024x576.jpg",
"link": "https://recodehive.com/push-large-files-to-github-git-lfs-tutorial/"
},
{
"category": "Tech",
"title": "How to host a website using GitHub",
"author": "Sanjay KV",
"date": "September 28, 2021",
"comments": 0,
"excerpt": "This is a part of GitHub’s complete Tutorial available on this website. We will look at how to host a website using GitHub.",
"image": "https://recodehive.com/wp-content/uploads/2021/09/Github-Pages-hosting-1-1024x576.png",
"link": "https://recodehive.com/how-to-host-a-website-using-github/"
},
{
"category": "Tech",
"title": "How to Setup Custom Domain on GitHub Pages",
"author": "Sanjay KV",
"date": "October 2, 2021",
"comments": 0,
"excerpt": "This is a continuation of the previous post. We have already created a repository on the same; if not, please do that first.",
"image": "https://recodehive.com/wp-content/uploads/2021/10/GitHub-Pages-custome-Domain-1024x576.png",
"link": "https://recodehive.com/how-to-setup-custom-domain-on-github-pages/"
},
{
"category": "Tech",
"title": "How to Fork a Repository in Github",
"author": "Sanjay KV",
"date": "October 4, 2021",
"comments": 0,
"excerpt": "What is Forking in GitHub? Forking an existing GitHub repository helps to create a copy of the main repository that you can modify.",
"image": "https://recodehive.com/wp-content/uploads/2021/10/GitHub-Forking-1024x576.png",
"link": "https://recodehive.com/how-to-fork-a-repository-in-github/"
},
{
"category": "DEV LABS GITHUB",
"title": "How to Make Organization visible in GitHub",
"author": "Sanjay KV",
"date": "November 24, 2021",
"comments": 0,
"excerpt": "Understanding GitHub Organizations: Let’s imagine a case where two developers are working on one repository by creating two different branches.",
"image": "https://recodehive.com/wp-content/uploads/2021/11/Make-Organization-Public-1024x576.jpg",
"link": "https://recodehive.com/how-to-make-organization-visible-in-github/"
},
{
"category": "Tech",
"title": "Hacktoberfest – How to Find and Contribute to Beginner-Friendly Projects",
"author": "Sowmiya V",
"date": "September 25, 2022",
"comments": 0,
"excerpt": "Hacktoberfest is an annual event that encourages people to contribute to open-source projects. The event takes place throughout the month of October.",
"image": "https://recodehive.com/wp-content/uploads/202