#git
Read more stories on Hashnode
Articles with this tag
A common misconception is that the command line interface (CLI) of the Git client is not visual, and thus you need a graphical client to really see...
Beginners often experience several points of confusion about rebases when using Git: what they are why people do them why pushes might fail after...
The short answer is as soon as possible. Optimally, you’ll already have a GitHub account. If that’s not the case for you—first read this article and...
Git is difficult. On top of that, for many new developers, it’s the first tool with a command line interface (CLI) that they use. It can be a bit too...
When you learn to program, people will often recommend learning Git. In theory, it sounds easy: a program to track changes to your code that helps you...
A common source of confusion when using Git is not knowing what it all means when you see an output like this: You are in 'detached HEAD' state. You...