Skip to content

I'm now a ALX Student, this is my first repository as a full-stack engineer

Notifications You must be signed in to change notification settings

Itsfoss0/alx-pre_course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 

Repository files navigation

img

pre course -> Introduction to git

Intro

No notes, lets git into it :)

Resources

  1. Resources to learn git
  2. About READMES
  3. Commit Messages
  4. Git branching
  5. Effective PR's and good git practices
  6. Google

Learning objectives

By the end of this session, you should be able to explain to anyone the following concepts

  • What is source code management
  • What is Git
  • What is GitHub
  • What is the difference between Git and GitHub
  • How to create a repository
  • What is a README
  • How to write good READMEs
  • How to commit
  • How to write helpful commit messages
  • How to push code
  • How to pull updates
  • How to create a branch
  • How to merge branches
  • How to work as collaborators on a project
  • Which files should and which files should not appear in your repo

More info

Basic usage

By the end of this project, you should be to reproduce and understand the following commands

$ git clone <repo>
$ touch test
$ git add test
$ git commit -m "Initial commit"
$ git push origin master

About

I'm now a ALX Student, this is my first repository as a full-stack engineer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages