Skip to content

w3dg/git-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Git and Github! What are they? Some terms, workflows, differences and more...

On an important note, Git and Github are completely separate.

Git is a "distributed version control system"

Git lets developers see the entire timeline of their changes, decisions, and progression of any project in one place. From the moment they access the history of a project, the developer has all the context they need to understand it and start contributing.

Working in repositories keeps development projects organized and protected. Developers are encouraged to fix bugs, or create fresh features, without fear of derailing mainline development efforts. Git facilitates this through the use of topic branches: lightweight pointers to commits in history that can be easily created and deprecated when no longer needed.

Through platforms like GitHub, Git also provides more opportunities for project transparency and collaboration. Public repositories help teams work together to build the best possible final product

Now we are ready to start with git

You can read more below to keep learning/following.

About

An intro/guide to Git and Github

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published