Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.48 KB

additional-material.md

File metadata and controls

19 lines (13 loc) · 1.48 KB

Additional information

We assume that you have already finished with the basic tutorial before coming here. The additional information will give you some information about advanced Git techniques.

This document provides information about how to delete a branch from your repository.

Only do these steps after your pull request get's merged.

This document provides information about how to keep your forked repository up-to-date with the base repository. This is important, as hopefully you and many others will contribute to the project.

Follow these steps if your fork doesn't have any changes in parent repository.

This document provides information about how to revert a commit on the remote repository. It comes in handy in case you when you need to undo a commit that has already been pushed to Github.

Take these steps if you want to reverse a commit.

This document is dedicated to all the blog posts, helpful sites, tips and tricks websites that makes our lives easier. That we refer to for all our needs, be it a beginner or an expert. This page should act as an index of all those useful links that would help everybody who is new in the open-source domain or someone who wants to learn more.