Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 added emojis to README.md #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Git Tutorial
# Git Tutorial

Used git, but only a little?
Want to know more about collaborating with other people?
Expand All @@ -14,14 +14,14 @@ This accompanies [slides](http://bit.do/git_tutorial).
This tutorial was developed for [PyLadies Vancouver](http://www.pyladies.com/locations/vancouver/).


## Structure
## Structure 🏗

Instructions for following the tutorial are in the [docs](docs) folder.
Code to modify and play with is in the [code](code) folder.
Tests can be run with `python -m unittest` or `python -m unittest code.test_cattery` from this directory.


## Prerequisites
## Prerequisites 📝

This assume you know the basics of using git on a single-person project.
Specifically, this assumes you know how to:
Expand All @@ -44,7 +44,7 @@ Other prerequisites:
* Command line (UNIX shell or Windows Powershell)


## Goals
## Goals 🔜

By the time you're done, you should know how to contribute to an open source project.
We're covering how to:
Expand All @@ -67,7 +67,7 @@ We're also showing two workflows.
* Can still use pull requests to encourage code review


## Other Resources
## Other Resources 📚

* [Think Like a Git](http://think-like-a-git.net) - Advanced-beginner level tutorial, focus on concepts
* [Pro Git](https://git-scm.com/book) - Comprehensive reference book for git
Expand All @@ -76,7 +76,7 @@ We're also showing two workflows.
* [Getting solid at Git rebase vs. merge](https://medium.com/@porteneuve/getting-solid-at-git-rebase-vs-merge-4fa1a48c53aa)


## Created by
## Created by 🎨

* Holly Becker
* Python developer
Expand All @@ -90,6 +90,6 @@ We're also showing two workflows.

Some code from [catinabox Python testing tutorial](https://github.com/keeppythonweird/catinabox).

## License
## License 🍕

The content of this project is licensed [CC-BY-SA](https://creativecommons.org/licenses/by-sa/4.0/), and the example source code is licensed under the MIT license.