This repository includes a guide to help with using Github.This guide was created at one of the worldwide #ASKnet programs, which is about helping people to help themselves. With Github or Git in the background, actions/projects or ideas can be documented wonderfully and archived in historical versions.This guide is from the beginning as a git repository about a git repository :)
--===<({ Here it goes to the guide })>===--
There you find all information about how to use Github and get support
Some important informations:
- Working with you GitHub account issues.
- Creating repository and forking existing repository.
- Using issues for communicating tasks.
- Handling merges and merges conflicts.
- Mastering other collaboration features of the platform
If you want to give us feedback, feel free to write us: Give a Feedback
The guide consists of Markdown files that are rendered as HTML pages using jekyll and Github Actions.
If you have a suggestion or even concrete content incl. screenshots, feel free to write us an issue.
If you already know the basics of Git and Markdown, feel free to write content yourself. Here you can learn how to edit content. There are two methods to get to the right place you want to edit.
You can switch from this repository to the HTML page: https://asknet-open-training.github.io/Github-Guidance/
Then browse to your desired page and you'll find an Edit this page on GitHub
link at the bottom of each page. Clicking on it will take you to the exact Markdown file you want to edit.
Once you have reached the Markdown file, you can use the pen button to go into edit mode and change the content. Afterwards, the change is saved as a commit or a change suggestion is made in the form of a pull request. How a commit works or a pull request is made, you can find out in this guide ;)
You can go through the Git repository and mainly all the content for the guide can be found in two directories:
- assets -> images
- pages
You can ignore the other directories.
In the pages
directory you will find all pages sorted into the subfolders corresponding to the main points of the guide (e.g. github-account or github-repo).
All images are uploaded to the images
directory. This directory is located in the top directory assets
.
The name of an image should be descriptive and not e.g. IMG_345345345.jpg. It is recommended to use the name of the main topic at the beginning and after a - the name of the current topic.
Example: github-repo
-
create-new-repo
.png
Important: Do not upload images that are too large, otherwise the entire repository would become too big.
Alternatively, you are welcome to write us an issue and upload your desired image there. You just have to tell us on which page the image should be displayed ;)
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.