Skip to content

Commit 52f60b9

Browse files
author
Rishabh Agrahari
authored
Update README.md
1 parent 6d7a5b3 commit 52f60b9

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

README.md

+31-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,32 @@
11
# KY_tech_team_practice
2-
Learn about git and github.
2+
3+
This is a place to practice git.
4+
5+
- **Learn to use git:**
6+
- Go through the try git tutorial at https://try.github.io/levels/1/challenges/1
7+
- Read the first two chapters of the book [Pro Git](http://git-scm.com/book/en/v2)
8+
9+
Your first exercise is to add your name in [AUTHOR.md](AUTHOR.md) list. To complete this excercise you need to:
10+
11+
- **Fork the repo, create a new branch, make changes and send a pull request**
12+
- [This article](https://help.github.com/articles/using-pull-requests/) should give you a good idea of what pull requests are how to use them.
13+
- A step by step guide can be found [here](https://github.com/asmeurer/git-workflow).
14+
- This file is written in the Markdown format. Learn about it from [here](https://guides.github.com/features/mastering-markdown/). Get [Markdown Cheatsheet](https://guides.github.com/pdfs/markdown-cheatsheet-online.pdf).
15+
16+
Your entry should maintain alphabetic order and it should be in the format:
17+
18+
`* your name [username](https://github.com/username)`.
19+
20+
### Other Resources
21+
22+
* You should also go through the [curated list of git resource](https://help.github.com/articles/good-resources-for-learning-git-and-github/)
23+
provided by github to find other resouces to fit your need.
24+
* Here's a fun game based on git, [git-game](https://github.com/git-game/git-game).
25+
* A list of cool features of Git and Github http://git.io/sheet.
26+
* Introductory video to git and GitHub, [here](https://www.youtube.com/watch?v=3vNoqODvfGw)
27+
* A basic git guide, no deep shit, [here](http://rogerdudler.github.io/git-guide/)
28+
* Interactive git guide, [here](http://pcottle.github.io/learnGitBranching/)
29+
* Comprehensive tutorial, [here]( https://www.atlassian.com/git/tutorials/)
30+
* Exhaustive book, [here](http://git-scm.com/book/en/v2)
31+
32+
Inspired from [learn-git](https://github.com/leosartaj/learn-git)

0 commit comments

Comments
 (0)