infyni

Git and GitHub - Beginner

Go from complete novice to expert in Git and GitHub

Live Course

Duration: 16 Hours

Enrolled: 0

Offered by: infyni

Live Course
$100 60% off

$40

Coming Soon Notify Me

About Course

This course will comprehensively cover the GitHub hosting service as a companion to the Git source control tool, which means no prior knowledge or experience is required. Students will emerge at the end with a very solid understanding and hands-on experience with Git and GitHub.

  • Topics
  • Instructor (1)
  • Learn why developers use version control and discover ways you use version control in your daily life. Get an overview of essential Git vocabulary. Configure Git using the command line. Create your first Git repository with git in it and Copy an existing Git repository with git clone. Review the current state of a repository with the powerful git status
  • Review a repo's commit history git log.Customize git log's output using command line flags in order to reveal more (or less) information about each commit.Use the git show command to display just one commit
  • Creating and Preparing a new Project Repository in Git and moving your project to GitHub. Diference between a Public and Private Repository. Working with Organizations and Teams in GitHub.