Teaching Newbies since 2014

  • Home
  • Javascript ❤
    • JavaScript
    • Node.js
  • WebDev Tuts
  • screencasts
  • Resources
  • VR & AR
  • Github
  • Twitter
  • YouTube
  • RSS
  • C++
You are here: Home / Archives for git

April 10, 2020 by: Kauress

5 years ago..

Introduction to Git

5 years ago I made my first course and it was on Git. I learned a lot about making courses, video editing, sound editing and how people learn! Because I like to focus on core stuff example Vanilla JavaScript instead of libraries and frameworks, I rarely have to update things. Infact this course is still relevant and has had only 1 minor update during it’s

[ Read More ]

February 8, 2020 by: Kauress

Easy Peasy Git for Github with clix

Original Question asked by student Is there a way to show that folder structure in git? I’m struggling to visualize how it looks in git and how we would push that structure to git. Are there instructions for how to create the structure on our computers then push it to git? Answer Git is a version control tool. For example when you write an essay

[ Read More ]

May 27, 2015 by: Kauress

Gitting to Git

I recently finished up Introduction to Git which is a Git course on Learnable. It’s a 2 hour project based course that takes you from knowing NO Git to working with Git locally on your computer and on Github as a means of version control.  The course has 9 core project lessons and an introductory and conclusion lesson as well. The chunk of the course

[ Read More ]

April 3, 2015 by: Kauress

Simple beginners git workflow

This is a tiny workflow for those just starting out with git.  It combines  pushing a local folder to github initially and then pushing changes made to code files (example index.html)

[ Read More ]

Copyright © 2022 ·Kauress