Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

A02

Downloading Webstorm for students is an easy process. You go to https://www.jetbrains.com/community/education/#students, scroll down to the bottom and select apply now. From that you can verify with github if you have github education. Once you are done with that, you can download Webstorm

Branch - A branch is a line of development. Clone - To make a copy or another version of a prexisting repository Commit - Noun - A single point in the Git history; the entire history of a project is represented as a set of interrelated commits. Verb - The action of storing a new snapshot of the project’s state in the Git history. Fetch - Fetching a branch means to get the branch’s head ref from a remote repository, to find out which objects are missing from the local object database. GIT - Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Github - a proprietary developer platform that allows developers to create, store, manage, and share their code. Merge - Verb - To bring the contents of another branch into the current branch. Noun - a successful merge results in the creation of a new commit representing the result of the merge. Merge Conflict - Push - To get a branch’s head ref from a remote repository, Pull - To fetch and merge a branch Remote - a common repository that all team members use to exchange their changes Repository - A collection of refs together with an object database containing all objects which are reachable from the refs. Sources: https://git-scm.com/docs/gitglossary

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors