Skip to content

yadhulal/What-is-GitHub-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

What-is-GitHub-

Everything you want to know about GitHub in a beginner level prespective.
Project Bizel B2B application.

What is GitHub ?


GitHub is a platform that helps people to solve problems by building software together. A code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.

Speak GitHub ?


Repository(repo) - a folder in which all files and their version histories are stored.

Branch - a workspace in which you can make changes that won't affect the live site.

Markdown - a way to write in github that converts plain text to github code.

Commit Changes - a saved record of changes made to a file within the repo.

Pull Request (PR) - the way to ask for changes made to branch to be merged into another branch that also allows for multiple users to see,discuss and review work being alone.

Merge - after a pull request is approved, the commit will be pulled in (or merged) from one branch to another and then deployed on the live site.

Forking


  • To get started you must have to fork the git.
  • So far you can use the link https://github.com/jeswincyriac/bizel
  • From this repo you can find a fork button on the right side of the window
  • Clicking on that button you can fork after you can see the repo on your repository.
  • On the repo button, namely “code”.
  • From there you can clone the project, by simply copying the link.
  • About

    Everything you want to know about GitHub in a beginner level prespective.

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

     
     
     

    Contributors