All posts tagged “git

Reversing Common Mistakes Made in Git
comment 0

Reversing Common Mistakes Made in Git

Being able to reverse common mistakes found in Git is a good skill to have. You will find that many solid developers use Git to keep track of changes, while others use variant types of Version Control to do so. Version control is a good practice to keep track of changes, along with proper documentation of the project’s development.

Read More

Learn Git in 30 Minutes
comment 0

Got 30 Minutes to Spare? Learn to Git!

Git, you’ve heard of it but likely not gotten into it. The thing is that it can really help out with the work of web development, by documenting all of changes we have made. Since it is well documented, it is much easier to pass the development process to another developer. Besides that, Git also allows us to revert back to last change we have made, just like a check point. That is the basic function of it does.

Read More