This commit is contained in:
Antranig Vartanian
2023-03-14 16:34:51 +04:00
commit a2d0d3f216
7 changed files with 133 additions and 0 deletions

23
Git.md Normal file
View File

@ -0,0 +1,23 @@
# 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 :)