Skip to content

angelogulina/learn-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Learning git

This repo is a short guide to learning git. Check the installation section before proceeding further.

Objectives

The objectives are the things we want to learn with this project:

  1. Install git (see installation section)
  2. Cloning the repository
    1. origin
    2. local
  3. Repository operations
    1. Modify an existing file and
      1. "saving" the changes (add)
      2. "persisting" the changes (commit)
    2. Add a new file and ...
    3. "Send" the changes to the origin (push)
    4. "Check" if something has changed in the origin (fetch)

Installation

Mac OS/X

The easiest and preferred way is to install the Xcode Command Line Tools. From MacOS 10.9 you can:

  1. open the Terminal
  2. run git --version

If git is not installed already, a prompt will apper asking you to instal it.

Another method is to download the installer here.

Win

The official build is available for download on the Git website. The download will start automatically. Git for Windows is different from git itself; if you want more information on it, vistit https://gitforwindows.org.

Additional info on how to install git can be found in the official documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published