eli5 GitHub/Gitkraken basics

227 views

I signed up for a college class thinking I’d be writing storylines for video games, but it is NOT that. So, I’m doing GitHub stuff and I am so confused.

I did a computer science fundamentals class last semester thinking it would be fun; it wasn’t. Technology is like magic mumbo jumbo and I cannot get a handle on it. Anyway, there are no other classes for summer I’m interested in, and I want to keep the credit hours I’ve signed up for.

What is a repository?
Commit?
Staging?
How does any of this work with coding? Or creating something?

And yes, I’ve watched the tutorials but I just don’t what these basics mean, and the videos just act like I should.

In: 9

7 Answers

Anonymous 0 Comments

repository is where the project lives: that includes all code and setup for the project

commit: the actual code change you do: for example, adding a line of text somewhere is needs to be commited

staging: is just where you test your code changes in an environment called staging (qa)

You are viewing 1 out of 7 answers, click here to view all answers.