Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/butlerx/introtogit

Helpdesk intro to git
https://github.com/butlerx/introtogit

Last synced: about 1 month ago
JSON representation

Helpdesk intro to git

Awesome Lists containing this project

README

        

# IntroToGit
Helpdesk intro to git

# Workshop Help

- First, fork the repo. See that button that says fork? Press that.

- Okay, so now you have your very own git repo! How can you get that repo
on your account? Well you've got to **`clone`** the repo.

So: go to your new repo.

There should be a url that looks like this:

https://github.com/$username/IntroToGit.git

On your terminal, run a `git clone` command, like so:

```
git clone [url goes here]
```

You'll be prompted for your password, but don't worry, it's HTTPS!

- Git will download the files and place them in a new directory, called
`IntroToGit`