Skip to content

BenoitMain/holbertonschool-zero_day

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Git and GitHub Fundamentals 🌐

Resources πŸ“š

Read or watch:

Resources for advanced tasks (Read only after finishing the mandatory tasks):

Learning Objectives 🎯

At the end of this project, you are expected to be able to explain to anyone, without the help of Google:

General

  • 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 πŸ“

Requirements πŸ“œ

General

  • A README.md file at the root of the repo, containing a description of the repository πŸ“œ
  • A README.md file, at the root of the folder of this project (i.e. git), describing what this project is about πŸ“œ
  • Do not use GitHub’s web UI, but the command line to perform the exercise (except for operations that can not possibly be done any other way than through the web UI). You won’t be able to perform many of the task requirements on the web UI, and you should start getting used to the command line for simple tasks because many complex tasks can only be done via the command line. πŸ’»
  • Your answer files should only contain the command, and nothing else πŸ“„

More Info πŸ“Œ

Install git

If git is not already installed on your terminal:

$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install git

About

This is my first repository as a full-stack engineer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages