Skip to content

AreYouOkAnn/A02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

A02

How to use Webstorm

  1. In the main menu, go to Git | Clone.

  2. In the Get from Version Control dialog, choose GitHub on the left.

  3. Log in to GitHub by using a token or by logging in.

  4. Select a repository from the list of your GitHub projects.

  5. In the Directory field, enter the path to the folder where your local Git repository will be created.

  6. Click Clone.

Glossary
-Branch- A version of a project that allows you to test out aspects of a project without the risk of damaging the base code.
-Clone- A copy of a remote repoistory.
-Commit- The act of storing a new snapshot of the project's state in Git.
-Fetch- A way of using a remote repository to compare it against the local object database.
-GIT- A version control system.
-Github- A remote repository for code.
-Merge- The act of bringing the contents of another branch into the current one.
-Merge Conflict- An error that occurs when there are conflicting changes to the same line of code.
-Push- The act of sending changes that have been commited to the remote repository.
-Pull- To fetch and merge a branch.
-Remote- A repository used to track a project that resides away from that project.
-Repository- A place to store code.

References
-https://www.jetbrains.com/help/webstorm/getting-started-with webstorm.html#ws_getting_started_open_project
-https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-aiddeffetchafetch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published