24 lines
543 B
Markdown
24 lines
543 B
Markdown
# Git
|
|
|
|
Git exercises that will help you, always!
|
|
|
|
> Use the git, Luke!
|
|
>
|
|
> -- Obi-Wan Kenobi, to Luke the Programmer
|
|
|
|
## Getting Started
|
|
|
|
1. Create a git repository, locally
|
|
2. Add some files to it, maybe copy `empty` here? :)
|
|
3. Commit `empty` to the source tree
|
|
4. Make a remote repository on `git.belltower.it`
|
|
5. Push all your local content to the remote!
|
|
|
|
## Forking
|
|
|
|
1. Fork bellhotel from [`antranig/bellhotel`](https://git.belltower.it/antranig/bellhotel)
|
|
2. Make some modifications.
|
|
3. Make a Pull Request!
|
|
4. Wait for a response :)
|
|
|